Gnome-Shell: lighten icon shadow
This commit is contained in:
		
							parent
							
								
									1a2c2effbf
								
							
						
					
					
						commit
						ce63319b99
					
				| @ -2657,6 +2657,9 @@ StScrollBar { | |||||||
|   #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { |   #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { | ||||||
|     background-color: rgba(39, 119, 255, 0.5); } |     background-color: rgba(39, 119, 255, 0.5); } | ||||||
| 
 | 
 | ||||||
|  | .icon-dropshadow { | ||||||
|  |   icon-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); } | ||||||
|  | 
 | ||||||
| /* OSD */ | /* OSD */ | ||||||
| /* | /* | ||||||
| $_osd_color: if($variant=='light', black, $fg_color); | $_osd_color: if($variant=='light', black, $fg_color); | ||||||
|  | |||||||
| @ -2653,6 +2653,9 @@ StScrollBar { | |||||||
|   #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { |   #unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { | ||||||
|     background-color: rgba(39, 119, 255, 0.5); } |     background-color: rgba(39, 119, 255, 0.5); } | ||||||
| 
 | 
 | ||||||
|  | .icon-dropshadow { | ||||||
|  |   icon-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } | ||||||
|  | 
 | ||||||
| /* OSD */ | /* OSD */ | ||||||
| /* | /* | ||||||
| $_osd_color: if($variant=='light', black, $fg_color); | $_osd_color: if($variant=='light', black, $fg_color); | ||||||
|  | |||||||
| @ -1,6 +1,11 @@ | |||||||
| $overview_transparent_bg: transparentize(white, .9); | $overview_transparent_bg: transparentize(white, .9); | ||||||
| $dialog_box_shadow: 0 2px 8px 0 transparentize(black, .6); | $dialog_box_shadow: 0 2px 8px 0 transparentize(black, .6); | ||||||
| 
 | 
 | ||||||
|  | // Dropshadow for large icons | ||||||
|  | .icon-dropshadow { | ||||||
|  |   icon-shadow: 0 1px 5px $shadow_color; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| /* OSD */ | /* OSD */ | ||||||
| /* | /* | ||||||
| $_osd_color: if($variant=='light', black, $fg_color); | $_osd_color: if($variant=='light', black, $fg_color); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Ruiz de Alegría
						Daniel Ruiz de Alegría