mirror of
				https://github.com/horst3180/arc-theme.git
				synced 2025-06-13 12:53:52 +00:00 
			
		
		
		
	3.18: disable default-decoration transparency under wayland
This commit is contained in:
		
							parent
							
								
									c0c775502d
								
							
						
					
					
						commit
						6e40e8107f
					
				| @ -1081,12 +1081,14 @@ GtkComboBox { | ||||
|     .maximized .header-bar:backdrop { | ||||
|       background-color: #323843; | ||||
|       border-color: #262a33; } | ||||
|   .header-bar.default-decoration { | ||||
|   .header-bar.default-decoration, | ||||
|   .csd .header-bar.default-decoration { | ||||
|     padding-top: 5px; | ||||
|     padding-bottom: 5px; | ||||
|     background-color: #2f343f; | ||||
|     border-bottom-width: 0; } | ||||
|     .header-bar.default-decoration:backdrop { | ||||
|     .header-bar.default-decoration:backdrop, | ||||
|     .csd .header-bar.default-decoration:backdrop { | ||||
|       background-color: #323843; } | ||||
| 
 | ||||
| .titlebar { | ||||
|  | ||||
| @ -1084,12 +1084,14 @@ GtkComboBox { | ||||
|     .maximized .header-bar:backdrop { | ||||
|       background-color: #323843; | ||||
|       border-color: #262a33; } | ||||
|   .header-bar.default-decoration { | ||||
|   .header-bar.default-decoration, | ||||
|   .csd .header-bar.default-decoration { | ||||
|     padding-top: 5px; | ||||
|     padding-bottom: 5px; | ||||
|     background-color: #2f343f; | ||||
|     border-bottom-width: 0; } | ||||
|     .header-bar.default-decoration:backdrop { | ||||
|     .header-bar.default-decoration:backdrop, | ||||
|     .csd .header-bar.default-decoration:backdrop { | ||||
|       background-color: #323843; } | ||||
| 
 | ||||
| .titlebar { | ||||
|  | ||||
| @ -1081,12 +1081,14 @@ GtkComboBox { | ||||
|     .maximized .header-bar:backdrop { | ||||
|       background-color: #323843; | ||||
|       border-color: #262a33; } | ||||
|   .header-bar.default-decoration { | ||||
|   .header-bar.default-decoration, | ||||
|   .csd .header-bar.default-decoration { | ||||
|     padding-top: 5px; | ||||
|     padding-bottom: 5px; | ||||
|     background-color: #2f343f; | ||||
|     border-bottom-width: 0; } | ||||
|     .header-bar.default-decoration:backdrop { | ||||
|     .header-bar.default-decoration:backdrop, | ||||
|     .csd .header-bar.default-decoration:backdrop { | ||||
|       background-color: #323843; } | ||||
| 
 | ||||
| .titlebar { | ||||
|  | ||||
| @ -1084,12 +1084,14 @@ GtkComboBox { | ||||
|     .maximized .header-bar:backdrop { | ||||
|       background-color: #323843; | ||||
|       border-color: #262a33; } | ||||
|   .header-bar.default-decoration { | ||||
|   .header-bar.default-decoration, | ||||
|   .csd .header-bar.default-decoration { | ||||
|     padding-top: 5px; | ||||
|     padding-bottom: 5px; | ||||
|     background-color: #2f343f; | ||||
|     border-bottom-width: 0; } | ||||
|     .header-bar.default-decoration:backdrop { | ||||
|     .header-bar.default-decoration:backdrop, | ||||
|     .csd .header-bar.default-decoration:backdrop { | ||||
|       background-color: #323843; } | ||||
| 
 | ||||
| .titlebar { | ||||
|  | ||||
| @ -1084,12 +1084,14 @@ GtkComboBox { | ||||
|     .maximized .header-bar:backdrop { | ||||
|       background-color: #eff0f2; | ||||
|       border-color: #d4d5db; } | ||||
|   .header-bar.default-decoration { | ||||
|   .header-bar.default-decoration, | ||||
|   .csd .header-bar.default-decoration { | ||||
|     padding-top: 5px; | ||||
|     padding-bottom: 5px; | ||||
|     background-color: #e7e8eb; | ||||
|     border-bottom-width: 0; } | ||||
|     .header-bar.default-decoration:backdrop { | ||||
|     .header-bar.default-decoration:backdrop, | ||||
|     .csd .header-bar.default-decoration:backdrop { | ||||
|       background-color: #eff0f2; } | ||||
| 
 | ||||
| .titlebar { | ||||
|  | ||||
| @ -1084,12 +1084,14 @@ GtkComboBox { | ||||
|     .maximized .header-bar:backdrop { | ||||
|       background-color: #eff0f2; | ||||
|       border-color: #d4d5db; } | ||||
|   .header-bar.default-decoration { | ||||
|   .header-bar.default-decoration, | ||||
|   .csd .header-bar.default-decoration { | ||||
|     padding-top: 5px; | ||||
|     padding-bottom: 5px; | ||||
|     background-color: #e7e8eb; | ||||
|     border-bottom-width: 0; } | ||||
|     .header-bar.default-decoration:backdrop { | ||||
|     .header-bar.default-decoration:backdrop, | ||||
|     .csd .header-bar.default-decoration:backdrop { | ||||
|       background-color: #eff0f2; } | ||||
| 
 | ||||
| .titlebar { | ||||
|  | ||||
| @ -1183,7 +1183,8 @@ GtkComboBox { | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   &.default-decoration { | ||||
|   &.default-decoration, | ||||
|   .csd &.default-decoration {  // needed under wayland, since all gtk3 windows are csd windows | ||||
|     padding-top: 5px;	    // less padding for ssd | ||||
|     padding-bottom: 5px;  // | ||||
|     background-color: opacify($header_bg, 1); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user