mirror of
				https://github.com/horst3180/arc-theme.git
				synced 2025-06-13 12:53:52 +00:00 
			
		
		
		
	don't use background images for entries
This commit is contained in:
		
							parent
							
								
									780bd46d53
								
							
						
					
					
						commit
						5bd92f12a2
					
				| @ -133,8 +133,7 @@ entry { | ||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||
|   color: #D3DAE3; | ||||
|   border-color: #2b2e39; | ||||
|   background-color: #404552; | ||||
|   background-image: linear-gradient(to bottom, #404552); } | ||||
|   background-color: #404552; } | ||||
|   entry.search { | ||||
|     border-radius: 20px; } | ||||
|   entry image { | ||||
| @ -156,22 +155,20 @@ entry { | ||||
|     color: #D3DAE3; | ||||
|     border-color: #2b2e39; | ||||
|     background-color: #404552; | ||||
|     background-image: linear-gradient(to bottom, #404552); | ||||
|     box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } | ||||
|   entry:disabled { | ||||
|     color: rgba(211, 218, 227, 0.45); | ||||
|     border-color: rgba(43, 46, 57, 0.55); | ||||
|     background-color: rgba(64, 69, 82, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } | ||||
|     background-color: rgba(64, 69, 82, 0.55); } | ||||
|   entry.warning { | ||||
|     color: white; | ||||
|     border-color: #2b2e39; | ||||
|     background-image: linear-gradient(to bottom, #ab6441); } | ||||
|     background-color: #ab6441; } | ||||
|     entry.warning image { | ||||
|       color: white; } | ||||
|     entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); | ||||
|       background-color: #F27835; | ||||
|       box-shadow: none; } | ||||
|     entry.warning selection, entry.warning selection:focus { | ||||
|       background-color: white; | ||||
| @ -179,12 +176,12 @@ entry { | ||||
|   entry.error { | ||||
|     color: white; | ||||
|     border-color: #2b2e39; | ||||
|     background-image: linear-gradient(to bottom, #b14342); } | ||||
|     background-color: #b14342; } | ||||
|     entry.error image { | ||||
|       color: white; } | ||||
|     entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.error selection, entry.error selection:focus { | ||||
|       background-color: white; | ||||
| @ -192,12 +189,12 @@ entry { | ||||
|   entry.search-missing { | ||||
|     color: white; | ||||
|     border-color: #2b2e39; | ||||
|     background-image: linear-gradient(to bottom, #b14342); } | ||||
|     background-color: #b14342; } | ||||
|     entry.search-missing image { | ||||
|       color: white; } | ||||
|     entry.search-missing:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.search-missing selection, entry.search-missing selection:focus { | ||||
|       background-color: white; | ||||
| @ -208,17 +205,16 @@ entry { | ||||
|   .osd entry { | ||||
|     color: #BAC3CF; | ||||
|     border-color: rgba(26, 28, 34, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); | ||||
|     background-color: transparent; } | ||||
|     background-color: rgba(102, 109, 132, 0.35); } | ||||
|     .osd entry image, .osd entry image:hover { | ||||
|       color: inherit; } | ||||
|     .osd entry:focus { | ||||
|       color: #ffffff; | ||||
|       border-color: rgba(26, 28, 34, 0.35); | ||||
|       background-image: linear-gradient(to bottom, #5294e2); } | ||||
|       background-color: #5294e2; } | ||||
|     .osd entry:disabled { | ||||
|       color: rgba(186, 195, 207, 0.55); | ||||
|       background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } | ||||
|       background-color: rgba(102, 109, 132, 0.2); } | ||||
|     .osd entry selection:focus, .osd entry selection { | ||||
|       color: #5294e2; | ||||
|       background-color: #ffffff; } | ||||
| @ -1047,8 +1043,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar entry, headerbar entry { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.37); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.37); } | ||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar entry:backdrop, headerbar entry:backdrop { | ||||
| @ -1056,13 +1051,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry:focus, headerbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     background-clip: padding-box; } | ||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||
|       color: #ffffff; } | ||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } | ||||
|     background-color: rgba(95, 105, 127, 0.22); } | ||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||
|     background-color: #ffffff; | ||||
|     color: #5294e2; } | ||||
| @ -1073,20 +1068,20 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry.warning, headerbar entry.warning { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.37); | ||||
|     background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } | ||||
|     background-color: rgba(167, 94, 57, 0.988); } | ||||
|     .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); } | ||||
|       background-color: #F27835; } | ||||
|     .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { | ||||
|       background-color: white; | ||||
|       color: #F27835; } | ||||
|   .primary-toolbar entry.error, headerbar entry.error { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.37); | ||||
|     background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } | ||||
|     background-color: rgba(173, 60, 59, 0.988); } | ||||
|     .primary-toolbar entry.error:focus, headerbar entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); } | ||||
|       background-color: #FC4138; } | ||||
|     .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { | ||||
|       background-color: white; | ||||
|       color: #FC4138; } | ||||
| @ -1309,18 +1304,17 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.37); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.37); } | ||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     box-shadow: none; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } | ||||
|     background-color: rgba(95, 105, 127, 0.22); } | ||||
| 
 | ||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||
|   border-right-style: none; } | ||||
| @ -3182,7 +3176,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | ||||
|   color: #D3DAE3; | ||||
|   border-color: #2b2e39; | ||||
|   background-color: #404552; | ||||
|   background-image: linear-gradient(to bottom, #404552); | ||||
|   box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } | ||||
| 
 | ||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||
| @ -3503,17 +3496,16 @@ button.documents-favorite:active:hover { | ||||
|   padding-right: 4px; | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.37); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.37); } | ||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||
|     color: inherit; } | ||||
|   .marlin-pathbar.pathbar:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   .marlin-pathbar.pathbar:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } | ||||
|     background-color: rgba(95, 105, 127, 0.22); } | ||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||
|     color: #5294e2; } | ||||
| 
 | ||||
| @ -4170,17 +4162,16 @@ filechooser actionbar button { | ||||
| filechooser actionbar entry { | ||||
|   color: #BAC3CF; | ||||
|   border-color: rgba(26, 28, 34, 0.35); | ||||
|   background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(102, 109, 132, 0.35); } | ||||
|   filechooser actionbar entry image, filechooser actionbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   filechooser actionbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: rgba(26, 28, 34, 0.35); | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   filechooser actionbar entry:disabled { | ||||
|     color: rgba(186, 195, 207, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } | ||||
|     background-color: rgba(102, 109, 132, 0.2); } | ||||
| 
 | ||||
| filechooser placessidebar.sidebar scrollbar, | ||||
| .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { | ||||
|  | ||||
| @ -133,8 +133,7 @@ entry { | ||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||
|   color: #5c616c; | ||||
|   border-color: #cfd6e6; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
|   entry.search { | ||||
|     border-radius: 20px; } | ||||
|   entry image { | ||||
| @ -155,22 +154,20 @@ entry { | ||||
|     background-clip: border-box; | ||||
|     color: #5c616c; | ||||
|     border-color: #5294e2; | ||||
|     background-color: #ffffff; | ||||
|     background-image: linear-gradient(to bottom, #ffffff); } | ||||
|     background-color: #ffffff; } | ||||
|   entry:disabled { | ||||
|     color: rgba(92, 97, 108, 0.55); | ||||
|     border-color: rgba(207, 214, 230, 0.55); | ||||
|     background-color: rgba(255, 255, 255, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } | ||||
|     background-color: rgba(255, 255, 255, 0.55); } | ||||
|   entry.warning { | ||||
|     color: white; | ||||
|     border-color: #F27835; | ||||
|     background-image: linear-gradient(to bottom, #f7ae86); } | ||||
|     background-color: #f7ae86; } | ||||
|     entry.warning image { | ||||
|       color: white; } | ||||
|     entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); | ||||
|       background-color: #F27835; | ||||
|       box-shadow: none; } | ||||
|     entry.warning selection, entry.warning selection:focus { | ||||
|       background-color: white; | ||||
| @ -178,12 +175,12 @@ entry { | ||||
|   entry.error { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.error image { | ||||
|       color: white; } | ||||
|     entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.error selection, entry.error selection:focus { | ||||
|       background-color: white; | ||||
| @ -191,12 +188,12 @@ entry { | ||||
|   entry.search-missing { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.search-missing image { | ||||
|       color: white; } | ||||
|     entry.search-missing:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.search-missing selection, entry.search-missing selection:focus { | ||||
|       background-color: white; | ||||
| @ -207,17 +204,16 @@ entry { | ||||
|   .osd entry { | ||||
|     color: #BAC3CF; | ||||
|     border-color: rgba(26, 28, 34, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); | ||||
|     background-color: transparent; } | ||||
|     background-color: rgba(102, 109, 132, 0.35); } | ||||
|     .osd entry image, .osd entry image:hover { | ||||
|       color: inherit; } | ||||
|     .osd entry:focus { | ||||
|       color: #ffffff; | ||||
|       border-color: rgba(26, 28, 34, 0.35); | ||||
|       background-image: linear-gradient(to bottom, #5294e2); } | ||||
|       background-color: #5294e2; } | ||||
|     .osd entry:disabled { | ||||
|       color: rgba(186, 195, 207, 0.55); | ||||
|       background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } | ||||
|       background-color: rgba(102, 109, 132, 0.2); } | ||||
|     .osd entry selection:focus, .osd entry selection { | ||||
|       color: #5294e2; | ||||
|       background-color: #ffffff; } | ||||
| @ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar entry, headerbar entry { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.37); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.37); } | ||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar entry:backdrop, headerbar entry:backdrop { | ||||
| @ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry:focus, headerbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     background-clip: padding-box; } | ||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||
|       color: #ffffff; } | ||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } | ||||
|     background-color: rgba(95, 105, 127, 0.22); } | ||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||
|     background-color: #ffffff; | ||||
|     color: #5294e2; } | ||||
| @ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry.warning, headerbar entry.warning { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.37); | ||||
|     background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } | ||||
|     background-color: rgba(167, 94, 57, 0.988); } | ||||
|     .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); } | ||||
|       background-color: #F27835; } | ||||
|     .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { | ||||
|       background-color: white; | ||||
|       color: #F27835; } | ||||
|   .primary-toolbar entry.error, headerbar entry.error { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.37); | ||||
|     background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } | ||||
|     background-color: rgba(173, 60, 59, 0.988); } | ||||
|     .primary-toolbar entry.error:focus, headerbar entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); } | ||||
|       background-color: #FC4138; } | ||||
|     .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { | ||||
|       background-color: white; | ||||
|       color: #FC4138; } | ||||
| @ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.37); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.37); } | ||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     box-shadow: none; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } | ||||
|     background-color: rgba(95, 105, 127, 0.22); } | ||||
| 
 | ||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||
|   border-right-style: none; } | ||||
| @ -3180,8 +3174,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | ||||
|   border-radius: 3px; | ||||
|   color: #5c616c; | ||||
|   border-color: #5294e2; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
| 
 | ||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
| @ -3502,17 +3495,16 @@ button.documents-favorite:active:hover { | ||||
|   padding-right: 4px; | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.37); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.37); } | ||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||
|     color: inherit; } | ||||
|   .marlin-pathbar.pathbar:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   .marlin-pathbar.pathbar:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } | ||||
|     background-color: rgba(95, 105, 127, 0.22); } | ||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||
|     color: #5294e2; } | ||||
| 
 | ||||
| @ -4173,17 +4165,16 @@ filechooser actionbar button { | ||||
| filechooser actionbar entry { | ||||
|   color: #BAC3CF; | ||||
|   border-color: rgba(26, 28, 34, 0.35); | ||||
|   background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(102, 109, 132, 0.35); } | ||||
|   filechooser actionbar entry image, filechooser actionbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   filechooser actionbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: rgba(26, 28, 34, 0.35); | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   filechooser actionbar entry:disabled { | ||||
|     color: rgba(186, 195, 207, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } | ||||
|     background-color: rgba(102, 109, 132, 0.2); } | ||||
| 
 | ||||
| filechooser placessidebar.sidebar scrollbar, | ||||
| .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { | ||||
|  | ||||
| @ -133,8 +133,7 @@ entry { | ||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||
|   color: #D3DAE3; | ||||
|   border-color: #2b2e39; | ||||
|   background-color: #404552; | ||||
|   background-image: linear-gradient(to bottom, #404552); } | ||||
|   background-color: #404552; } | ||||
|   entry.search { | ||||
|     border-radius: 20px; } | ||||
|   entry image { | ||||
| @ -156,22 +155,20 @@ entry { | ||||
|     color: #D3DAE3; | ||||
|     border-color: #2b2e39; | ||||
|     background-color: #404552; | ||||
|     background-image: linear-gradient(to bottom, #404552); | ||||
|     box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } | ||||
|   entry:disabled { | ||||
|     color: rgba(211, 218, 227, 0.45); | ||||
|     border-color: rgba(43, 46, 57, 0.55); | ||||
|     background-color: rgba(64, 69, 82, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } | ||||
|     background-color: rgba(64, 69, 82, 0.55); } | ||||
|   entry.warning { | ||||
|     color: white; | ||||
|     border-color: #2b2e39; | ||||
|     background-image: linear-gradient(to bottom, #ab6441); } | ||||
|     background-color: #ab6441; } | ||||
|     entry.warning image { | ||||
|       color: white; } | ||||
|     entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); | ||||
|       background-color: #F27835; | ||||
|       box-shadow: none; } | ||||
|     entry.warning selection, entry.warning selection:focus { | ||||
|       background-color: white; | ||||
| @ -179,12 +176,12 @@ entry { | ||||
|   entry.error { | ||||
|     color: white; | ||||
|     border-color: #2b2e39; | ||||
|     background-image: linear-gradient(to bottom, #b14342); } | ||||
|     background-color: #b14342; } | ||||
|     entry.error image { | ||||
|       color: white; } | ||||
|     entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.error selection, entry.error selection:focus { | ||||
|       background-color: white; | ||||
| @ -192,12 +189,12 @@ entry { | ||||
|   entry.search-missing { | ||||
|     color: white; | ||||
|     border-color: #2b2e39; | ||||
|     background-image: linear-gradient(to bottom, #b14342); } | ||||
|     background-color: #b14342; } | ||||
|     entry.search-missing image { | ||||
|       color: white; } | ||||
|     entry.search-missing:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.search-missing selection, entry.search-missing selection:focus { | ||||
|       background-color: white; | ||||
| @ -208,17 +205,16 @@ entry { | ||||
|   .osd entry { | ||||
|     color: #BAC3CF; | ||||
|     border-color: rgba(26, 28, 34, 0.4); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); | ||||
|     background-color: transparent; } | ||||
|     background-color: rgba(102, 109, 132, 0.4); } | ||||
|     .osd entry image, .osd entry image:hover { | ||||
|       color: inherit; } | ||||
|     .osd entry:focus { | ||||
|       color: #ffffff; | ||||
|       border-color: rgba(26, 28, 34, 0.4); | ||||
|       background-image: linear-gradient(to bottom, #5294e2); } | ||||
|       background-color: #5294e2; } | ||||
|     .osd entry:disabled { | ||||
|       color: rgba(186, 195, 207, 0.55); | ||||
|       background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } | ||||
|       background-color: rgba(102, 109, 132, 0.25); } | ||||
|     .osd entry selection:focus, .osd entry selection { | ||||
|       color: #5294e2; | ||||
|       background-color: #ffffff; } | ||||
| @ -1047,8 +1043,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar entry, headerbar entry { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.4); } | ||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar entry:backdrop, headerbar entry:backdrop { | ||||
| @ -1056,13 +1051,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry:focus, headerbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     background-clip: padding-box; } | ||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||
|       color: #ffffff; } | ||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } | ||||
|     background-color: rgba(95, 105, 127, 0.25); } | ||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||
|     background-color: #ffffff; | ||||
|     color: #5294e2; } | ||||
| @ -1073,20 +1068,20 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry.warning, headerbar entry.warning { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #a45d39); } | ||||
|     background-color: #a45d39; } | ||||
|     .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); } | ||||
|       background-color: #F27835; } | ||||
|     .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { | ||||
|       background-color: white; | ||||
|       color: #F27835; } | ||||
|   .primary-toolbar entry.error, headerbar entry.error { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #aa3c3b); } | ||||
|     background-color: #aa3c3b; } | ||||
|     .primary-toolbar entry.error:focus, headerbar entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); } | ||||
|       background-color: #FC4138; } | ||||
|     .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { | ||||
|       background-color: white; | ||||
|       color: #FC4138; } | ||||
| @ -1309,18 +1304,17 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.4); } | ||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     box-shadow: none; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } | ||||
|     background-color: rgba(95, 105, 127, 0.25); } | ||||
| 
 | ||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||
|   border-right-style: none; } | ||||
| @ -3182,7 +3176,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | ||||
|   color: #D3DAE3; | ||||
|   border-color: #2b2e39; | ||||
|   background-color: #404552; | ||||
|   background-image: linear-gradient(to bottom, #404552); | ||||
|   box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } | ||||
| 
 | ||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||
| @ -3503,17 +3496,16 @@ button.documents-favorite:active:hover { | ||||
|   padding-right: 4px; | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.4); } | ||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||
|     color: inherit; } | ||||
|   .marlin-pathbar.pathbar:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   .marlin-pathbar.pathbar:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } | ||||
|     background-color: rgba(95, 105, 127, 0.25); } | ||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||
|     color: #5294e2; } | ||||
| 
 | ||||
| @ -4170,17 +4162,16 @@ filechooser actionbar button { | ||||
| filechooser actionbar entry { | ||||
|   color: #BAC3CF; | ||||
|   border-color: rgba(26, 28, 34, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(102, 109, 132, 0.4); } | ||||
|   filechooser actionbar entry image, filechooser actionbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   filechooser actionbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: rgba(26, 28, 34, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   filechooser actionbar entry:disabled { | ||||
|     color: rgba(186, 195, 207, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } | ||||
|     background-color: rgba(102, 109, 132, 0.25); } | ||||
| 
 | ||||
| filechooser placessidebar.sidebar scrollbar, | ||||
| .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { | ||||
|  | ||||
| @ -133,8 +133,7 @@ entry { | ||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||
|   color: #5c616c; | ||||
|   border-color: #cfd6e6; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
|   entry.search { | ||||
|     border-radius: 20px; } | ||||
|   entry image { | ||||
| @ -155,22 +154,20 @@ entry { | ||||
|     background-clip: border-box; | ||||
|     color: #5c616c; | ||||
|     border-color: #5294e2; | ||||
|     background-color: #ffffff; | ||||
|     background-image: linear-gradient(to bottom, #ffffff); } | ||||
|     background-color: #ffffff; } | ||||
|   entry:disabled { | ||||
|     color: rgba(92, 97, 108, 0.55); | ||||
|     border-color: rgba(207, 214, 230, 0.55); | ||||
|     background-color: rgba(255, 255, 255, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } | ||||
|     background-color: rgba(255, 255, 255, 0.55); } | ||||
|   entry.warning { | ||||
|     color: white; | ||||
|     border-color: #F27835; | ||||
|     background-image: linear-gradient(to bottom, #f7ae86); } | ||||
|     background-color: #f7ae86; } | ||||
|     entry.warning image { | ||||
|       color: white; } | ||||
|     entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); | ||||
|       background-color: #F27835; | ||||
|       box-shadow: none; } | ||||
|     entry.warning selection, entry.warning selection:focus { | ||||
|       background-color: white; | ||||
| @ -178,12 +175,12 @@ entry { | ||||
|   entry.error { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.error image { | ||||
|       color: white; } | ||||
|     entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.error selection, entry.error selection:focus { | ||||
|       background-color: white; | ||||
| @ -191,12 +188,12 @@ entry { | ||||
|   entry.search-missing { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.search-missing image { | ||||
|       color: white; } | ||||
|     entry.search-missing:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.search-missing selection, entry.search-missing selection:focus { | ||||
|       background-color: white; | ||||
| @ -207,17 +204,16 @@ entry { | ||||
|   .osd entry { | ||||
|     color: #BAC3CF; | ||||
|     border-color: rgba(26, 28, 34, 0.4); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); | ||||
|     background-color: transparent; } | ||||
|     background-color: rgba(102, 109, 132, 0.4); } | ||||
|     .osd entry image, .osd entry image:hover { | ||||
|       color: inherit; } | ||||
|     .osd entry:focus { | ||||
|       color: #ffffff; | ||||
|       border-color: rgba(26, 28, 34, 0.4); | ||||
|       background-image: linear-gradient(to bottom, #5294e2); } | ||||
|       background-color: #5294e2; } | ||||
|     .osd entry:disabled { | ||||
|       color: rgba(186, 195, 207, 0.55); | ||||
|       background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } | ||||
|       background-color: rgba(102, 109, 132, 0.25); } | ||||
|     .osd entry selection:focus, .osd entry selection { | ||||
|       color: #5294e2; | ||||
|       background-color: #ffffff; } | ||||
| @ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar entry, headerbar entry { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.4); } | ||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar entry:backdrop, headerbar entry:backdrop { | ||||
| @ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry:focus, headerbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     background-clip: padding-box; } | ||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||
|       color: #ffffff; } | ||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } | ||||
|     background-color: rgba(95, 105, 127, 0.25); } | ||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||
|     background-color: #ffffff; | ||||
|     color: #5294e2; } | ||||
| @ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry.warning, headerbar entry.warning { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #a45d39); } | ||||
|     background-color: #a45d39; } | ||||
|     .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); } | ||||
|       background-color: #F27835; } | ||||
|     .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { | ||||
|       background-color: white; | ||||
|       color: #F27835; } | ||||
|   .primary-toolbar entry.error, headerbar entry.error { | ||||
|     color: white; | ||||
|     border-color: rgba(21, 23, 28, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #aa3c3b); } | ||||
|     background-color: #aa3c3b; } | ||||
|     .primary-toolbar entry.error:focus, headerbar entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); } | ||||
|       background-color: #FC4138; } | ||||
|     .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { | ||||
|       background-color: white; | ||||
|       color: #FC4138; } | ||||
| @ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.4); } | ||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     box-shadow: none; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } | ||||
|     background-color: rgba(95, 105, 127, 0.25); } | ||||
| 
 | ||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||
|   border-right-style: none; } | ||||
| @ -3180,8 +3174,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | ||||
|   border-radius: 3px; | ||||
|   color: #5c616c; | ||||
|   border-color: #5294e2; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
| 
 | ||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
| @ -3502,17 +3495,16 @@ button.documents-favorite:active:hover { | ||||
|   padding-right: 4px; | ||||
|   color: rgba(207, 218, 231, 0.8); | ||||
|   border-color: rgba(21, 23, 28, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(95, 105, 127, 0.4); } | ||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||
|     color: inherit; } | ||||
|   .marlin-pathbar.pathbar:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: transparent; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   .marlin-pathbar.pathbar:disabled { | ||||
|     color: rgba(207, 218, 231, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } | ||||
|     background-color: rgba(95, 105, 127, 0.25); } | ||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||
|     color: #5294e2; } | ||||
| 
 | ||||
| @ -4173,17 +4165,16 @@ filechooser actionbar button { | ||||
| filechooser actionbar entry { | ||||
|   color: #BAC3CF; | ||||
|   border-color: rgba(26, 28, 34, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(102, 109, 132, 0.4); } | ||||
|   filechooser actionbar entry image, filechooser actionbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   filechooser actionbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: rgba(26, 28, 34, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   filechooser actionbar entry:disabled { | ||||
|     color: rgba(186, 195, 207, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } | ||||
|     background-color: rgba(102, 109, 132, 0.25); } | ||||
| 
 | ||||
| filechooser placessidebar.sidebar scrollbar, | ||||
| .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { | ||||
|  | ||||
| @ -133,8 +133,7 @@ entry { | ||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||
|   color: #5c616c; | ||||
|   border-color: #cfd6e6; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
|   entry.search { | ||||
|     border-radius: 20px; } | ||||
|   entry image { | ||||
| @ -155,22 +154,20 @@ entry { | ||||
|     background-clip: border-box; | ||||
|     color: #5c616c; | ||||
|     border-color: #5294e2; | ||||
|     background-color: #ffffff; | ||||
|     background-image: linear-gradient(to bottom, #ffffff); } | ||||
|     background-color: #ffffff; } | ||||
|   entry:disabled { | ||||
|     color: rgba(92, 97, 108, 0.55); | ||||
|     border-color: rgba(207, 214, 230, 0.55); | ||||
|     background-color: rgba(255, 255, 255, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } | ||||
|     background-color: rgba(255, 255, 255, 0.55); } | ||||
|   entry.warning { | ||||
|     color: white; | ||||
|     border-color: #F27835; | ||||
|     background-image: linear-gradient(to bottom, #f7ae86); } | ||||
|     background-color: #f7ae86; } | ||||
|     entry.warning image { | ||||
|       color: white; } | ||||
|     entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); | ||||
|       background-color: #F27835; | ||||
|       box-shadow: none; } | ||||
|     entry.warning selection, entry.warning selection:focus { | ||||
|       background-color: white; | ||||
| @ -178,12 +175,12 @@ entry { | ||||
|   entry.error { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.error image { | ||||
|       color: white; } | ||||
|     entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.error selection, entry.error selection:focus { | ||||
|       background-color: white; | ||||
| @ -191,12 +188,12 @@ entry { | ||||
|   entry.search-missing { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.search-missing image { | ||||
|       color: white; } | ||||
|     entry.search-missing:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.search-missing selection, entry.search-missing selection:focus { | ||||
|       background-color: white; | ||||
| @ -207,17 +204,16 @@ entry { | ||||
|   .osd entry { | ||||
|     color: #BAC3CF; | ||||
|     border-color: rgba(26, 28, 34, 0.4); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); | ||||
|     background-color: transparent; } | ||||
|     background-color: rgba(102, 109, 132, 0.4); } | ||||
|     .osd entry image, .osd entry image:hover { | ||||
|       color: inherit; } | ||||
|     .osd entry:focus { | ||||
|       color: #ffffff; | ||||
|       border-color: rgba(26, 28, 34, 0.4); | ||||
|       background-image: linear-gradient(to bottom, #5294e2); } | ||||
|       background-color: #5294e2; } | ||||
|     .osd entry:disabled { | ||||
|       color: rgba(186, 195, 207, 0.55); | ||||
|       background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } | ||||
|       background-color: rgba(102, 109, 132, 0.25); } | ||||
|     .osd entry selection:focus, .osd entry selection { | ||||
|       color: #5294e2; | ||||
|       background-color: #ffffff; } | ||||
| @ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar entry, headerbar entry { | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
|   border-color: rgba(82, 93, 118, 0.1); | ||||
|   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(255, 255, 255, 0.9); } | ||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar entry:backdrop, headerbar entry:backdrop { | ||||
| @ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry:focus, headerbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: #5294e2; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     background-clip: border-box; } | ||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||
|       color: #ffffff; } | ||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||
|     color: rgba(82, 93, 118, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } | ||||
|     background-color: rgba(255, 255, 255, 0.75); } | ||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||
|     background-color: #ffffff; | ||||
|     color: #5294e2; } | ||||
| @ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry.warning, headerbar entry.warning { | ||||
|     color: white; | ||||
|     border-color: #F27835; | ||||
|     background-image: linear-gradient(to bottom, #eea57e); } | ||||
|     background-color: #eea57e; } | ||||
|     .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); } | ||||
|       background-color: #F27835; } | ||||
|     .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { | ||||
|       background-color: white; | ||||
|       color: #F27835; } | ||||
|   .primary-toolbar entry.error, headerbar entry.error { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #f48480); } | ||||
|     background-color: #f48480; } | ||||
|     .primary-toolbar entry.error:focus, headerbar entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); } | ||||
|       background-color: #FC4138; } | ||||
|     .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { | ||||
|       background-color: white; | ||||
|       color: #FC4138; } | ||||
| @ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
|   border-color: rgba(82, 93, 118, 0.1); | ||||
|   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(255, 255, 255, 0.9); } | ||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { | ||||
|     color: #ffffff; | ||||
|     border-color: #5294e2; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     box-shadow: none; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||
|     color: rgba(82, 93, 118, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } | ||||
|     background-color: rgba(255, 255, 255, 0.75); } | ||||
| 
 | ||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||
|   border-right-style: none; } | ||||
| @ -3184,8 +3178,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | ||||
|   border-radius: 3px; | ||||
|   color: #5c616c; | ||||
|   border-color: #5294e2; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
| 
 | ||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
| @ -3506,17 +3499,16 @@ button.documents-favorite:active:hover { | ||||
|   padding-right: 4px; | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
|   border-color: rgba(82, 93, 118, 0.1); | ||||
|   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(255, 255, 255, 0.9); } | ||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||
|     color: inherit; } | ||||
|   .marlin-pathbar.pathbar:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: #5294e2; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   .marlin-pathbar.pathbar:disabled { | ||||
|     color: rgba(82, 93, 118, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } | ||||
|     background-color: rgba(255, 255, 255, 0.75); } | ||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||
|     color: #5294e2; } | ||||
| 
 | ||||
| @ -4177,17 +4169,16 @@ filechooser actionbar button { | ||||
| filechooser actionbar entry { | ||||
|   color: #BAC3CF; | ||||
|   border-color: rgba(26, 28, 34, 0.4); | ||||
|   background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(102, 109, 132, 0.4); } | ||||
|   filechooser actionbar entry image, filechooser actionbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   filechooser actionbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: rgba(26, 28, 34, 0.4); | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   filechooser actionbar entry:disabled { | ||||
|     color: rgba(186, 195, 207, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } | ||||
|     background-color: rgba(102, 109, 132, 0.25); } | ||||
| 
 | ||||
| filechooser placessidebar.sidebar scrollbar, | ||||
| .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { | ||||
|  | ||||
| @ -133,8 +133,7 @@ entry { | ||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||
|   color: #5c616c; | ||||
|   border-color: #cfd6e6; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
|   entry.search { | ||||
|     border-radius: 20px; } | ||||
|   entry image { | ||||
| @ -155,22 +154,20 @@ entry { | ||||
|     background-clip: border-box; | ||||
|     color: #5c616c; | ||||
|     border-color: #5294e2; | ||||
|     background-color: #ffffff; | ||||
|     background-image: linear-gradient(to bottom, #ffffff); } | ||||
|     background-color: #ffffff; } | ||||
|   entry:disabled { | ||||
|     color: rgba(92, 97, 108, 0.55); | ||||
|     border-color: rgba(207, 214, 230, 0.55); | ||||
|     background-color: rgba(255, 255, 255, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } | ||||
|     background-color: rgba(255, 255, 255, 0.55); } | ||||
|   entry.warning { | ||||
|     color: white; | ||||
|     border-color: #F27835; | ||||
|     background-image: linear-gradient(to bottom, #f7ae86); } | ||||
|     background-color: #f7ae86; } | ||||
|     entry.warning image { | ||||
|       color: white; } | ||||
|     entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); | ||||
|       background-color: #F27835; | ||||
|       box-shadow: none; } | ||||
|     entry.warning selection, entry.warning selection:focus { | ||||
|       background-color: white; | ||||
| @ -178,12 +175,12 @@ entry { | ||||
|   entry.error { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.error image { | ||||
|       color: white; } | ||||
|     entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.error selection, entry.error selection:focus { | ||||
|       background-color: white; | ||||
| @ -191,12 +188,12 @@ entry { | ||||
|   entry.search-missing { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, #fd8d88); } | ||||
|     background-color: #fd8d88; } | ||||
|     entry.search-missing image { | ||||
|       color: white; } | ||||
|     entry.search-missing:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); | ||||
|       background-color: #FC4138; | ||||
|       box-shadow: none; } | ||||
|     entry.search-missing selection, entry.search-missing selection:focus { | ||||
|       background-color: white; | ||||
| @ -207,17 +204,16 @@ entry { | ||||
|   .osd entry { | ||||
|     color: #BAC3CF; | ||||
|     border-color: rgba(26, 28, 34, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); | ||||
|     background-color: transparent; } | ||||
|     background-color: rgba(102, 109, 132, 0.35); } | ||||
|     .osd entry image, .osd entry image:hover { | ||||
|       color: inherit; } | ||||
|     .osd entry:focus { | ||||
|       color: #ffffff; | ||||
|       border-color: rgba(26, 28, 34, 0.35); | ||||
|       background-image: linear-gradient(to bottom, #5294e2); } | ||||
|       background-color: #5294e2; } | ||||
|     .osd entry:disabled { | ||||
|       color: rgba(186, 195, 207, 0.55); | ||||
|       background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } | ||||
|       background-color: rgba(102, 109, 132, 0.2); } | ||||
|     .osd entry selection:focus, .osd entry selection { | ||||
|       color: #5294e2; | ||||
|       background-color: #ffffff; } | ||||
| @ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar entry, headerbar entry { | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
|   border-color: rgba(82, 93, 118, 0.1); | ||||
|   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(255, 255, 255, 0.9); } | ||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar entry:backdrop, headerbar entry:backdrop { | ||||
| @ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry:focus, headerbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: #5294e2; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     background-clip: border-box; } | ||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||
|       color: #ffffff; } | ||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||
|     color: rgba(82, 93, 118, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } | ||||
|     background-color: rgba(255, 255, 255, 0.75); } | ||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||
|     background-color: #ffffff; | ||||
|     color: #5294e2; } | ||||
| @ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
|   .primary-toolbar entry.warning, headerbar entry.warning { | ||||
|     color: white; | ||||
|     border-color: #F27835; | ||||
|     background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } | ||||
|     background-color: rgba(238, 162, 121, 0.98); } | ||||
|     .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #F27835); } | ||||
|       background-color: #F27835; } | ||||
|     .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { | ||||
|       background-color: white; | ||||
|       color: #F27835; } | ||||
|   .primary-toolbar entry.error, headerbar entry.error { | ||||
|     color: white; | ||||
|     border-color: #FC4138; | ||||
|     background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } | ||||
|     background-color: rgba(244, 128, 123, 0.98); } | ||||
|     .primary-toolbar entry.error:focus, headerbar entry.error:focus { | ||||
|       color: white; | ||||
|       background-image: linear-gradient(to bottom, #FC4138); } | ||||
|       background-color: #FC4138; } | ||||
|     .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { | ||||
|       background-color: white; | ||||
|       color: #FC4138; } | ||||
| @ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop { | ||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
|   border-color: rgba(82, 93, 118, 0.1); | ||||
|   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(255, 255, 255, 0.9); } | ||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||
|     color: inherit; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { | ||||
|     color: #ffffff; | ||||
|     border-color: #5294e2; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); | ||||
|     background-color: #5294e2; | ||||
|     box-shadow: none; } | ||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||
|     color: rgba(82, 93, 118, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } | ||||
|     background-color: rgba(255, 255, 255, 0.75); } | ||||
| 
 | ||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||
|   border-right-style: none; } | ||||
| @ -3184,8 +3178,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | ||||
|   border-radius: 3px; | ||||
|   color: #5c616c; | ||||
|   border-color: #5294e2; | ||||
|   background-color: #ffffff; | ||||
|   background-image: linear-gradient(to bottom, #ffffff); } | ||||
|   background-color: #ffffff; } | ||||
| 
 | ||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
| @ -3506,17 +3499,16 @@ button.documents-favorite:active:hover { | ||||
|   padding-right: 4px; | ||||
|   color: rgba(82, 93, 118, 0.8); | ||||
|   border-color: rgba(82, 93, 118, 0.1); | ||||
|   background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(255, 255, 255, 0.9); } | ||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||
|     color: inherit; } | ||||
|   .marlin-pathbar.pathbar:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: #5294e2; | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   .marlin-pathbar.pathbar:disabled { | ||||
|     color: rgba(82, 93, 118, 0.35); | ||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } | ||||
|     background-color: rgba(255, 255, 255, 0.75); } | ||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||
|     color: #5294e2; } | ||||
| 
 | ||||
| @ -4177,17 +4169,16 @@ filechooser actionbar button { | ||||
| filechooser actionbar entry { | ||||
|   color: #BAC3CF; | ||||
|   border-color: rgba(26, 28, 34, 0.35); | ||||
|   background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); | ||||
|   background-color: transparent; } | ||||
|   background-color: rgba(102, 109, 132, 0.35); } | ||||
|   filechooser actionbar entry image, filechooser actionbar entry image:hover { | ||||
|     color: inherit; } | ||||
|   filechooser actionbar entry:focus { | ||||
|     color: #ffffff; | ||||
|     border-color: rgba(26, 28, 34, 0.35); | ||||
|     background-image: linear-gradient(to bottom, #5294e2); } | ||||
|     background-color: #5294e2; } | ||||
|   filechooser actionbar entry:disabled { | ||||
|     color: rgba(186, 195, 207, 0.55); | ||||
|     background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } | ||||
|     background-color: rgba(102, 109, 132, 0.2); } | ||||
| 
 | ||||
| filechooser placessidebar.sidebar scrollbar, | ||||
| .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { | ||||
|  | ||||
| @ -239,13 +239,13 @@ entry { | ||||
|     &.#{$e_type} { | ||||
|       color: $e_fg_color; | ||||
|       border-color: if($variant=='light', $e_color, $entry_border); | ||||
|       background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); | ||||
|       background-color: mix($e_color, $base_color, 60%); | ||||
| 
 | ||||
|       image { color: $e_fg_color; } | ||||
| 
 | ||||
|       &:focus { | ||||
|         color: $e_fg_color; | ||||
|         background-image: linear-gradient(to bottom, $e_color); | ||||
|         background-color: $e_color; | ||||
|         box-shadow: none; | ||||
|       } | ||||
|       selection, selection:focus { | ||||
| @ -1147,11 +1147,11 @@ headerbar { | ||||
|       &.#{$e_type} { | ||||
|         color: $e_fg_color; | ||||
|         border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); | ||||
|         background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); | ||||
|         background-color: mix($e_color, $header_bg, 60%); | ||||
| 
 | ||||
|         &:focus { | ||||
|           color: $e_fg_color; | ||||
|           background-image: linear-gradient(to bottom, $e_color); | ||||
|           background-color: $e_color; | ||||
|         } | ||||
|         selection, selection:focus { | ||||
|           background-color: $e_fg_color; | ||||
|  | ||||
| @ -16,7 +16,6 @@ | ||||
|     color: $text_color; | ||||
|     border-color: $entry_border; | ||||
|     background-color: $entry_bg; | ||||
|     background-image: linear-gradient(to bottom, $entry_bg); | ||||
|   } | ||||
| 
 | ||||
|   @if $t==focus { | ||||
| @ -26,7 +25,6 @@ | ||||
|     color: $text_color; | ||||
|     border-color: if($variant=='light', $selected_bg_color, $button_border); | ||||
|     background-color: $entry_bg; | ||||
|     background-image: linear-gradient(to bottom, $entry_bg); | ||||
| 
 | ||||
|     @if $variant == 'dark' { | ||||
|       box-shadow: inset 1px 0 $selected_bg_color, | ||||
| @ -43,7 +41,6 @@ | ||||
|     color: $insensitive_fg_color; | ||||
|     border-color: transparentize($entry_border, 0.45); | ||||
|     background-color: transparentize($entry_bg, 0.45); | ||||
|     background-image: linear-gradient(to bottom, transparentize($entry_bg, 0.45)); | ||||
|   } | ||||
| 
 | ||||
|   @if $t==header-normal { | ||||
| @ -53,8 +50,7 @@ | ||||
| 
 | ||||
|     color: $header_fg; | ||||
|     border-color: $header_entry_border; | ||||
|     background-image: linear-gradient(to bottom, $header_entry_bg); | ||||
|     background-color: transparent; | ||||
|     background-color: $header_entry_bg; | ||||
| 
 | ||||
|     image, image:hover { color: inherit; } | ||||
|   } | ||||
| @ -65,7 +61,7 @@ | ||||
|   // | ||||
|     color: $selected_fg_color; | ||||
|     border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); | ||||
|     background-image: linear-gradient(to bottom, $selected_bg_color); | ||||
|     background-color: $selected_bg_color; | ||||
|   } | ||||
| 
 | ||||
|   @if $t==header-insensitive { | ||||
| @ -73,7 +69,7 @@ | ||||
|   // insensitive header-bar entry | ||||
|   // | ||||
|     color: transparentize($header_fg, 0.45); | ||||
|     background-image: linear-gradient(to bottom, transparentize($header_entry_bg, 0.15)); | ||||
|     background-color: transparentize($header_entry_bg, 0.15); | ||||
|   } | ||||
| 
 | ||||
|   @else if $t==osd { | ||||
| @ -82,8 +78,7 @@ | ||||
|   // | ||||
|     color: $osd_fg_color; | ||||
|     border-color: $osd_entry_border; | ||||
|     background-image: linear-gradient(to bottom, $osd_entry_bg); | ||||
|     background-color: transparent; | ||||
|     background-color: $osd_entry_bg; | ||||
| 
 | ||||
|     image, image:hover { color: inherit; } | ||||
|   } | ||||
| @ -94,7 +89,7 @@ | ||||
|   // | ||||
|     color: $selected_fg_color; | ||||
|     border-color: $osd_entry_border; | ||||
|     background-image: linear-gradient(to bottom, $selected_bg_color); | ||||
|     background-color: $selected_bg_color; | ||||
|   } | ||||
| 
 | ||||
|   @else if $t==osd-insensitive { | ||||
| @ -102,7 +97,7 @@ | ||||
|   // insensitive osd entry | ||||
|   // | ||||
|     color: transparentize($osd_fg_color, 0.45); | ||||
|     background-image: linear-gradient(to bottom, transparentize($osd_entry_bg, 0.15)); | ||||
|     background-color: transparentize($osd_entry_bg, 0.15); | ||||
|   } | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user