From 06b091100947a17f29b82f92bf0fa38735eaabac Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 00:00:33 +0200 Subject: don't use selected_fg_color in weird places --- common/gtk-3.0/3.20/gtk-solid.css | 326 +++++++++++++++++++------------------- 1 file changed, 163 insertions(+), 163 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 9e13c46..a94bae1 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -36,7 +36,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +74,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -94,7 +94,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -154,7 +154,7 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } entry:disabled { @@ -163,43 +163,43 @@ entry { background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } entry.warning { - color: #ffffff; + color: white; border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -214,18 +214,18 @@ entry { .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -236,13 +236,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -276,8 +276,8 @@ button { button:active, button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active { @@ -335,12 +335,12 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -360,7 +360,7 @@ button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -384,13 +384,13 @@ button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { box-shadow: none; } button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -402,13 +402,13 @@ button { outline-color: rgba(77, 173, 212, 0.3); } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -424,7 +424,7 @@ button { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -436,13 +436,13 @@ button { outline-color: rgba(240, 74, 80, 0.3); } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -477,7 +477,7 @@ button { background-image: none; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label { animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; } @@ -500,8 +500,8 @@ button { .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -531,12 +531,12 @@ button { .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { @@ -567,7 +567,7 @@ button { .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } @@ -613,12 +613,12 @@ button { .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { @@ -649,7 +649,7 @@ button { .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } @@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { border-left-color: #F08437; } @@ -833,7 +833,7 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #5294E2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { border-top-color: #F08437; } @@ -946,12 +946,12 @@ headerbar, headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu { box-shadow: none; @@ -1054,8 +1054,8 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.85; } .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); background-clip: border-box; } .primary-toolbar entry:focus image, headerbar entry:focus image { color: #ffffff; } @@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: #F27835; background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); } .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: #FC4138; background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); } .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { @@ -1106,8 +1106,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(231, 232, 235, 0); @@ -1146,8 +1146,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -1176,10 +1176,10 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #f75d37; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: #F08437; } @@ -1200,11 +1200,11 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #FC4138; } .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop { outline-color: rgba(77, 173, 212, 0.3); } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop { outline-color: rgba(240, 74, 80, 0.3); } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1284,8 +1284,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -1300,7 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } @@ -1314,8 +1314,8 @@ window.csd > .titlebar:not(headerbar):backdrop { 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); + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); @@ -1326,14 +1326,14 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + box-shadow: 1px 0 #5294e2; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #5294E2; } + box-shadow: -1px 0 #5294e2; } .primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; @@ -1362,8 +1362,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: white; border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: #f5f5f7; border-color: rgba(82, 93, 118, 0.3); } @@ -1404,7 +1404,7 @@ treeview.view { border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1440,9 +1440,9 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { @@ -1462,7 +1462,7 @@ treeview.view { border-radius: 0; border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; } treeview.view header button:hover { - color: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { @@ -1483,7 +1483,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1503,7 +1503,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1543,7 +1543,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1768,7 +1768,7 @@ notebook { notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #5294E2; } + color: #5294e2; } scrollbar { background-color: #fcfcfc; @@ -1805,7 +1805,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -2145,7 +2145,7 @@ scale { .osd scale trough { background-color: #454a59; } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2164,7 +2164,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2182,8 +2182,8 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #fbfbfb; border-color: rgba(123, 142, 186, 0.3); } @@ -2210,8 +2210,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2270,7 +2270,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2306,8 +2306,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2315,8 +2315,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2488,7 +2488,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2512,7 +2512,7 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } calendar.header { @@ -2633,7 +2633,7 @@ placessidebar row { background-image: linear-gradient(to top, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; } placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { @@ -2663,7 +2663,7 @@ paned > separator { background-image: linear-gradient(to top, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to top, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; @@ -2705,7 +2705,7 @@ infobar { .question, .warning, .error { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .info label:selected:focus, .info label:selected:hover, .info label:selected, .question label:selected:focus, @@ -2717,7 +2717,7 @@ infobar { .error label:selected:focus, .error label:selected:hover, .error label:selected { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } .selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, @@ -2775,7 +2775,7 @@ row:selected button:hover, .info button:hover, .question button:checked, .warning button:checked, .error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2801,7 +2801,7 @@ row:selected button:disabled, .info button:disabled, .question button:disabled:checked, .warning button:disabled:checked, .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + color: #5294e2; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.4); } @@ -3005,8 +3005,8 @@ headerbar button.titlebutton, .titlebar button.titlebutton:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, @@ -3071,7 +3071,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - background-color: #5294E2; } + background-color: #5294e2; } row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, iconview text:selected:focus, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, @@ -3114,7 +3114,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { color: #5c616c; } @@ -3163,8 +3163,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 100% { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } } + border-color: #5294e2; + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } @@ -3199,8 +3199,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -3232,7 +3232,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -3312,7 +3312,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 4px 4px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #ffffff; } @@ -3326,7 +3326,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3369,7 +3369,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3383,7 +3383,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3444,7 +3444,7 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar .wnck-pager:selected, .mate-panel-menu-bar .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, .mate-panel-menu-bar na-tray-applet { @@ -3465,9 +3465,9 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), .mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { @@ -3484,11 +3484,11 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3512,13 +3512,13 @@ button.documents-favorite:active:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + border-color: #5294e2; + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3587,7 +3587,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3619,7 +3619,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3704,8 +3704,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3766,7 +3766,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3781,7 +3781,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3792,7 +3792,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3909,8 +3909,8 @@ GtkListBox .h4 { #content_frame button:active, #content_frame button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -3942,7 +3942,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3960,39 +3960,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -4053,14 +4053,14 @@ filechooser placessidebar.sidebar, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { opacity: 0.5; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, .nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { color: inherit; } @@ -4092,7 +4092,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: #787e8a; } @@ -4145,12 +4145,12 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } @@ -4168,7 +4168,7 @@ filechooser actionbar button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -4184,7 +4184,7 @@ filechooser actionbar entry { filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -4204,7 +4204,7 @@ filechooser placessidebar.sidebar scrollbar, background-color: #f6f7f9; } filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled { background-color: transparent; } @@ -4216,13 +4216,13 @@ filechooser placessidebar.sidebar scrollbar, @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; @define-color fg_color #5c616c; @define-color text_color #5c616c; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; -@define-color selected_bg_color #5294E2; +@define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; @define-color insensitive_fg_color alpha(#5c616c, 0.5); @@ -4250,7 +4250,7 @@ filechooser placessidebar.sidebar scrollbar, @define-color wm_button_close_active_bg #f13039; @define-color wm_icon_close_bg #F8F8F9; @define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #5294E2; +@define-color wm_button_active_bg #5294e2; @define-color wm_button_hover_border #D1D3DA; @define-color wm_icon_bg #90949E; @define-color wm_icon_unfocused_bg #B6B8C0; -- cgit v1.2.3 From 5bd92f12a20358711ab7f7a55befb44acc0d5fa5 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 00:35:56 +0200 Subject: don't use background images for entries --- common/gtk-3.0/3.20/gtk-solid.css | 67 +++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 38 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index a94bae1..4374887 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -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 { -- cgit v1.2.3 From 0cfa794f7c067ea222a7e6b4a8629f6b3532d3a6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 01:00:14 +0200 Subject: GTK 3.22: fix parsing errors --- common/gtk-3.0/3.20/gtk-solid.css | 62 +++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 4374887..f1c3ac7 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, #d4d5db); } + background-image: linear-gradient(to bottom, #d4d5db, #d4d5db); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1434,14 +1434,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1833,7 +1833,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2624,7 +2624,7 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { color: #5294e2; } @@ -2654,15 +2654,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294e2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #F5F6F7; - background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2907,7 +2907,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -3516,7 +3516,7 @@ button.documents-favorite:active:hover { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3588,7 +3588,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); + background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); color: rgba(82, 93, 118, 0.8); box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { @@ -3596,11 +3596,11 @@ UnityDecoration { color: rgba(82, 93, 118, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3611,7 +3611,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3804,7 +3804,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #a9acb2; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3824,7 +3824,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #ffffff); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3835,13 +3835,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3858,24 +3858,24 @@ GtkListBox .h4 { #panel_window { background-color: #2b2e37; color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px #1b1d23; } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #5c616c; } @@ -3942,9 +3942,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #5c616c; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3990,17 +3990,17 @@ GtkListBox .h4 { #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } .nautilus-window paned > separator:dir(ltr) { margin-left: -1px; } .nautilus-window paned > separator:dir(rtl) { margin-right: -1px; } filechooser paned > separator { - background-image: linear-gradient(to top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4121,10 +4121,10 @@ filechooser actionbar { background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to top, #dcdfe3); } + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { background-color: #353945; } -- cgit v1.2.3 From 1c706464c5de388d83440cb684c6a8d4d8255153 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 13:06:14 +0200 Subject: nautilus: add conflict-row styling --- common/gtk-3.0/3.20/gtk-solid.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index f1c3ac7..8ce70b6 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3167,6 +3167,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } -- cgit v1.2.3 From 3f11de0a63b613e57c41a72686feff19d843f27f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 13:17:16 +0200 Subject: hide separator in font and filechooser buttons --- common/gtk-3.0/3.20/gtk-solid.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 8ce70b6..d9c9143 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -479,6 +479,8 @@ button { background-position: right 3px, right 4px; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } -- cgit v1.2.3 From 99d645f8087701b18b21ca9e0cb882bfe622ea6a Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 13:25:34 +0200 Subject: simpler outline-color styling --- common/gtk-3.0/3.20/gtk-solid.css | 82 +++------------------------------------ 1 file changed, 6 insertions(+), 76 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index d9c9143..c4560eb 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -10,7 +10,7 @@ -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -107,7 +107,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: #353945; background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -248,7 +247,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -265,13 +263,11 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; background-clip: border-box; @@ -323,7 +319,6 @@ button { box-shadow: none; } button.osd { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); background-color: #353945; border-color: #23262e; } button.osd.image-button { @@ -334,7 +329,6 @@ button { color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: #5294e2; } button.osd:disabled { @@ -343,18 +337,15 @@ button { background-color: rgba(102, 109, 132, 0.25); } .osd button { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.4); } .osd button:hover { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } .osd button:active, .osd button:checked { background-clip: padding-box; color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: #5294e2; } .osd button:disabled { @@ -368,7 +359,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } .osd button.flat:disabled, .osd button.sidebar-button:disabled { @@ -378,7 +368,6 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: #5294e2; } .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), @@ -387,25 +376,21 @@ button { button.suggested-action { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } button.suggested-action.flat, button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -421,25 +406,21 @@ button { button.destructive-action { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } button.destructive-action.flat, button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -487,17 +468,14 @@ button { .inline-toolbar toolbutton > button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { @@ -1089,7 +1067,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } @@ -1097,12 +1074,10 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; background-clip: border-box; } @@ -1135,14 +1110,12 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { @@ -1202,25 +1175,21 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { @@ -1235,25 +1204,21 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; - outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { @@ -1271,7 +1236,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } @@ -1280,7 +1244,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } @@ -2470,19 +2433,16 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.4); } .app-notification button.flat, .app-notification button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } .app-notification button:active, .app-notification button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: #5294e2; background-clip: padding-box; } @@ -2721,7 +2681,6 @@ infobar { .warning button, .error button, .nautilus-window .floating-bar button { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } @@ -2757,7 +2716,6 @@ row:selected button:hover, .info button:hover, .warning button:hover, .error button:hover, .nautilus-window .floating-bar button:hover { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } @@ -2772,7 +2730,6 @@ row:selected button:hover, .info button:hover, .warning button:checked, .error button:checked, .nautilus-window .floating-bar button:checked { color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2871,12 +2828,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2900,7 +2855,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2993,14 +2947,12 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, @@ -3081,8 +3033,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + color: #ffffff; } row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, @@ -3153,12 +3104,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } } @@ -3195,7 +3144,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3204,7 +3152,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: rgba(255, 255, 255, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { @@ -3903,17 +3850,14 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } #content_frame button:disabled { @@ -3935,17 +3879,14 @@ GtkListBox .h4 { #buttonbox_frame button { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.4); } #buttonbox_frame button:hover { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } #buttonbox_frame button:active, #buttonbox_frame button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: #5294e2; } #buttonbox_frame button:disabled { @@ -3966,38 +3907,32 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; color: green; - outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; color: green; - outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; color: green; - outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; color: green; - outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; color: green; - outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; color: green; - outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -4051,13 +3986,11 @@ filechooser placessidebar.sidebar, filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active, .nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #5294e2; background-color: #5294e2; } filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, @@ -4161,17 +4094,14 @@ filechooser actionbar { filechooser actionbar button { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.4); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: rgba(119, 127, 151, 0.5); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); background-color: #5294e2; } filechooser actionbar button:disabled { -- cgit v1.2.3 From 57248f7aaff30b7242f2f62877707695a1f8be5e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 13:35:50 +0200 Subject: clean up calendar styling --- common/gtk-3.0/3.20/gtk-solid.css | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index c4560eb..0399bff 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -685,7 +685,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -2468,24 +2468,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294e2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #5c616c; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(92, 97, 108, 0.45); } + calendar.button:hover { color: #5c616c; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(92, 97, 108, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -3014,7 +3006,7 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, @@ -3028,7 +3020,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, @@ -3040,7 +3032,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, + modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { color: #a9caf1; } -- cgit v1.2.3 From 32017a269249480efe8906ff19d0f797ae665dd2 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 14:02:58 +0200 Subject: fix infobar styling --- common/gtk-3.0/3.20/gtk-solid.css | 101 ++++++-------------------------------- 1 file changed, 16 insertions(+), 85 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 0399bff..19cae90 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -736,16 +736,7 @@ modelbutton.flat arrow.right { color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { @@ -2648,104 +2639,44 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294e2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294e2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #ffffff; background-color: rgba(255, 255, 255, 0); } - .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(255, 255, 255, 0.4); } -row:selected button:hover, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, .info button:active, -.question button:active, -.warning button:active, -.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #5294e2; background-color: #ffffff; border-color: #ffffff; } -row:selected button:disabled, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled { background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(255, 255, 255, 0.5); } - .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #5294e2; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.4); } -- cgit v1.2.3 From c374cbaba24a07264790295ae2a8647f717aee1a Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 14:11:33 +0200 Subject: clean up treeview style properties --- common/gtk-3.0/3.20/gtk-solid.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 19cae90..e7f7450 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -4,8 +4,6 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; @@ -1346,13 +1344,15 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { -- cgit v1.2.3 From ed153bb55bd8ec176a1af1678a06ddcbb7b7b01f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 12 Sep 2016 14:19:10 +0200 Subject: separate disabled linked buttons more clearly --- common/gtk-3.0/3.20/gtk-solid.css | 62 ++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 20 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index e7f7450..78d2b05 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -550,26 +550,37 @@ button { .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { box-shadow: inset 1px 0 #cfd6e6; } -.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } + .linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } + .linked.vertical > entry + entry { border-top-color: rgba(207, 214, 230, 0.3); } @@ -632,12 +643,23 @@ button { .linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { box-shadow: inset 0 1px #cfd6e6; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { + box-shadow: inset 0 1px rgba(207, 214, 230, 0.5); } + .linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -1094,7 +1116,7 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) { +.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { @@ -1113,15 +1135,15 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } @@ -3083,15 +3105,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + .caja-notebook { border-top: 1px solid #dcdfe3; } -- cgit v1.2.3 From 6f765888d61c981887cad19ced8de6bc19864fdb Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 13 Sep 2016 17:13:52 +0200 Subject: fix bogus box-shadows in stack-switchers --- common/gtk-3.0/3.20/gtk-solid.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 78d2b05..2fa9cfe 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1144,6 +1144,9 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } + .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } -- cgit v1.2.3 From e250405fdb7509b3d3f8fb9c7ca6a78f0f59bad6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 13 Sep 2016 17:16:32 +0200 Subject: fix gnome-flashback panel background --- common/gtk-3.0/3.20/gtk-solid.css | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 2fa9cfe..5792d76 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3315,7 +3315,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: #2b2e37; } .gnome-panel-menu-bar menubar, @@ -3323,7 +3325,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3332,23 +3337,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: #14161b; } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: #363a46; } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3371,18 +3384,22 @@ button.documents-favorite:active:hover { box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.mate-panel-menu-bar button:not(#tasklist-button), +panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .mate-panel-menu-bar button:hover:not(#tasklist-button), + panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; background-color: #414654; } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .mate-panel-menu-bar button:active:not(#tasklist-button), + panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .mate-panel-menu-bar button:checked:not(#tasklist-button), + panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { color: #ffffff; border: none; background-color: #5294e2; } -- cgit v1.2.3 From 32a5aa99d306143caa03fdbab30a635be46c69fe Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 21:01:58 +0200 Subject: gnome-panel: remove double background from menubar --- common/gtk-3.0/3.20/gtk-solid.css | 89 +++++++++++++++------------------------ 1 file changed, 35 insertions(+), 54 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 5792d76..4e6c3e4 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3313,57 +3313,42 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } -.gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar, -panel-toplevel.background, -panel-toplevel.background menubar { +panel-toplevel.background { background-color: #2b2e37; } - -.gnome-panel-menu-bar menubar, -.gnome-panel-menu-bar #PanelApplet label, -.gnome-panel-menu-bar #PanelApplet image, -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image, -panel-toplevel.background menubar, -panel-toplevel.background #PanelApplet label, -panel-toplevel.background #PanelApplet image { - color: #BAC3CF; } - -.gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, -.gnome-panel-menu-bar #tasklist-button label, -.gnome-panel-menu-bar #tasklist-button image, -.mate-panel-menu-bar button label, -.mate-panel-menu-bar button image, -.mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image, -panel-toplevel.background button label, -panel-toplevel.background button image, -panel-toplevel.background #tasklist-button label, -panel-toplevel.background #tasklist-button image { - color: inherit; } - -.gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager, -panel-toplevel.background .wnck-pager { - color: #5d6268; - background-color: #14161b; } - .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover, - panel-toplevel.background .wnck-pager:hover { - background-color: #363a46; } - .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected, - panel-toplevel.background .wnck-pager:selected { - color: #a9caf1; - background-color: #5294e2; } - -.gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet, -panel-toplevel.background na-tray-applet { - -NaTrayApplet-icon-padding: 0; - -NaTrayApplet-icon-size: 16px; } + .mate-panel-menu-bar menubar, + panel-toplevel.background menubar { + background: none; } + .mate-panel-menu-bar menubar, + .mate-panel-menu-bar #PanelApplet label, + .mate-panel-menu-bar #PanelApplet image, + panel-toplevel.background menubar, + panel-toplevel.background #PanelApplet label, + panel-toplevel.background #PanelApplet image { + color: #BAC3CF; } + .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, + .mate-panel-menu-bar #tasklist-button label, + .mate-panel-menu-bar #tasklist-button image, + panel-toplevel.background button label, + panel-toplevel.background button image, + panel-toplevel.background #tasklist-button label, + panel-toplevel.background #tasklist-button image { + color: inherit; } + .mate-panel-menu-bar .wnck-pager, + panel-toplevel.background .wnck-pager { + color: #5d6268; + background-color: #14161b; } + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { + background-color: #363a46; } + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { + color: #a9caf1; + background-color: #5294e2; } + .mate-panel-menu-bar na-tray-applet, + panel-toplevel.background na-tray-applet { + -NaTrayApplet-icon-padding: 0; + -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { background-color: #2b2e37; @@ -3383,22 +3368,18 @@ panel-toplevel.background na-tray-applet { background-color: rgba(0, 0, 0, 0.25); box-shadow: inset 0 -2px #5294e2; } -.gnome-panel-menu-bar button:not(#tasklist-button), .mate-panel-menu-bar button:not(#tasklist-button), panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { color: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } - .gnome-panel-menu-bar button:hover:not(#tasklist-button), .mate-panel-menu-bar button:hover:not(#tasklist-button), panel-toplevel.background button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { border: none; background-color: #414654; } - .gnome-panel-menu-bar button:active:not(#tasklist-button), .mate-panel-menu-bar button:active:not(#tasklist-button), - panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), + panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .mate-panel-menu-bar button:checked:not(#tasklist-button), panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { color: #ffffff; border: none; -- cgit v1.2.3 From 64382c9bf6504297b74bf56ea1d0962ac8a3e60b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 21:32:44 +0200 Subject: mate-panel, gnome-panel: remove transparency --- common/gtk-3.0/3.20/gtk-solid.css | 78 +++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 35 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 4e6c3e4..62aefc6 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3313,42 +3313,44 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } -.mate-panel-menu-bar, -panel-toplevel.background { +.mate-panel-menu-bar, .mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: #2b2e37; } - .mate-panel-menu-bar menubar, - panel-toplevel.background menubar { - background: none; } - .mate-panel-menu-bar menubar, - .mate-panel-menu-bar #PanelApplet label, - .mate-panel-menu-bar #PanelApplet image, - panel-toplevel.background menubar, - panel-toplevel.background #PanelApplet label, - panel-toplevel.background #PanelApplet image { - color: #BAC3CF; } - .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, - .mate-panel-menu-bar #tasklist-button label, - .mate-panel-menu-bar #tasklist-button image, - panel-toplevel.background button label, - panel-toplevel.background button image, - panel-toplevel.background #tasklist-button label, - panel-toplevel.background #tasklist-button image { - color: inherit; } - .mate-panel-menu-bar .wnck-pager, - panel-toplevel.background .wnck-pager { - color: #5d6268; - background-color: #14161b; } - .mate-panel-menu-bar .wnck-pager:hover, - panel-toplevel.background .wnck-pager:hover { - background-color: #363a46; } - .mate-panel-menu-bar .wnck-pager:selected, - panel-toplevel.background .wnck-pager:selected { - color: #a9caf1; - background-color: #5294e2; } - .mate-panel-menu-bar na-tray-applet, - panel-toplevel.background na-tray-applet { - -NaTrayApplet-icon-padding: 0; - -NaTrayApplet-icon-size: 16px; } + +.mate-panel-menu-bar menubar, +.mate-panel-menu-bar #PanelApplet label, +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { + color: #BAC3CF; } + +.mate-panel-menu-bar button label, .mate-panel-menu-bar button image, +.mate-panel-menu-bar #tasklist-button label, +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { + color: inherit; } + +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { + color: #5d6268; + background-color: #14161b; } + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { + background-color: #363a46; } + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { + color: #a9caf1; + background-color: #5294e2; } + +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { + -NaTrayApplet-icon-padding: 0; + -NaTrayApplet-icon-size: 16px; } .xfce4-panel.panel { background-color: #2b2e37; @@ -3384,6 +3386,12 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto color: #ffffff; border: none; background-color: #5294e2; } + .mate-panel-menu-bar button:active:not(#tasklist-button) label, + panel-toplevel.background button:active:not(#tasklist-button) label, .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.sidebar-button:active label, .mate-panel-menu-bar button:active:not(#tasklist-button) image, + panel-toplevel.background button:active:not(#tasklist-button) image, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.sidebar-button:active image, .mate-panel-menu-bar button:checked:not(#tasklist-button) label, + panel-toplevel.background button:checked:not(#tasklist-button) label, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.sidebar-button:checked label, .mate-panel-menu-bar button:checked:not(#tasklist-button) image, + panel-toplevel.background button:checked:not(#tasklist-button) image, .xfce4-panel.panel button.flat:checked image, .xfce4-panel.panel button.sidebar-button:checked image { + color: inherit; } .nautilus-window .floating-bar { padding: 1px; -- cgit v1.2.3 From 8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 22:00:11 +0200 Subject: add some mate application styling --- common/gtk-3.0/3.20/gtk-solid.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 62aefc6..9a838c9 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -2997,10 +2997,12 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: terminal-window notebook > header.top > tabs > tab:checked { box-shadow: inset 0 -1px #dcdfe3; } -terminal-window notebook > header.top { +terminal-window notebook > header.top, +.mate-terminal notebook > header.top { padding-top: 3px; box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } - terminal-window notebook > header.top button { + terminal-window notebook > header.top button, + .mate-terminal notebook > header.top button { padding: 0; min-width: 24px; min-height: 24px; } @@ -3201,6 +3203,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-map-frame border:dir(rtl) { border-right-width: 1px; } +.pluma-window statusbar frame > border { + border: none; } + +.pluma-window notebook > stack scrolledwindow { + border-width: 0 0 1px 0; } + +#pluma-status-combo-button { + min-height: 0; + padding: 0; + border-top: none; + border-bottom: none; + border-radius: 0; } + .gb-search-entry-occurrences-tag { background: none; } -- cgit v1.2.3 From 6e3491ff801c9488218460f720e20df3f034d6e8 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 11:13:56 +0200 Subject: tweak treeview progressbars --- common/gtk-3.0/3.20/gtk-solid.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 9a838c9..dc7fb6b 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1420,11 +1420,16 @@ treeview.view { color: #5294e2; box-shadow: none; background-color: #ffffff; } - treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { + treeview.view.trough { color: #5c616c; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } + treeview.view.trough:selected, treeview.view.trough:selected:focus { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.2); + border-radius: 3px; + border-width: 0; } treeview.view header button { min-height: 0; min-width: 0; -- cgit v1.2.3 From 97d96272f05eb9692203cea422d70af739bb154d Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 21:09:23 +0200 Subject: fix color of disabled labels in checked buttons --- common/gtk-3.0/3.20/gtk-solid.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index dc7fb6b..b443196 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -270,6 +270,9 @@ button { background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } + button:active label:disabled, button:checked label:disabled { + color: inherit; + opacity: 0.6; } button:active { color: #5c616c; } button:active:hover, button:checked { -- cgit v1.2.3 From a7e9f80aab54181d8df5fbd3a77978b11f2f46c6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 21:30:16 +0200 Subject: spinbutton tweaks --- common/gtk-3.0/3.20/gtk-solid.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index b443196..22457f2 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -270,7 +270,7 @@ button { background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } - button:active label:disabled, button:checked label:disabled { + button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { color: inherit; opacity: 0.6; } button:active { @@ -791,6 +791,10 @@ spinbutton:not(.vertical) > button:hover:not(:active), spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 #cfd6e6; } +spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), +spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5); } + spinbutton:not(.vertical) > button:first-child:hover:not(:active), spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), spinbutton:not(.vertical) > entry + button:not(:active):hover { @@ -1273,6 +1277,9 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } +.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { + box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -- cgit v1.2.3 From fb1a401ba9c8b32a2c1159ea26816ad21750174a Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 20 Sep 2016 22:44:33 +0200 Subject: add more Gnome Flashback styling --- common/gtk-3.0/3.20/gtk-solid.css | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 22457f2..30fe0c7 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3343,6 +3343,59 @@ button.documents-favorite:active:hover { .tr-workarea overshoot { border-color: transparent; } +#gf-bubble, #gf-bubble.solid, +#gf-osd-window, +#gf-osd-window.solid, +#gf-input-source-popup, +#gf-input-source-popup.solid, +#gf-candidate-popup, +#gf-candidate-popup.solid { + color: #cfd5de; + background-color: #353945; + border: 1px solid #23262e; + border-radius: 2px; } + +#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full, +#gf-osd-window levelbar block.low, +#gf-osd-window levelbar block.high, +#gf-osd-window levelbar block.full, +#gf-input-source-popup levelbar block.low, +#gf-input-source-popup levelbar block.high, +#gf-input-source-popup levelbar block.full, +#gf-candidate-popup levelbar block.low, +#gf-candidate-popup levelbar block.high, +#gf-candidate-popup levelbar block.full { + background-color: #5294e2; + border-color: #5294e2; } + +#gf-bubble levelbar block.empty, +#gf-osd-window levelbar block.empty, +#gf-input-source-popup levelbar block.empty, +#gf-candidate-popup levelbar block.empty { + background-color: #2a2d37; } + +#gf-bubble levelbar trough, +#gf-osd-window levelbar trough, +#gf-input-source-popup levelbar trough, +#gf-candidate-popup levelbar trough { + background: none; } + +#gf-input-source { + min-height: 32px; + min-width: 40px; } + #gf-input-source:selected { + color: #ffffff; + background-color: #5294e2; + border-radius: 2px; } + +gf-candidate-box label { + padding: 3px; } + +gf-candidate-box:hover, gf-candidate-box:selected { + color: #ffffff; + background-color: #5294e2; + border-radius: 2px; } + .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { -- cgit v1.2.3 From e2fde8358258bd1ab06a20c7bb2e750e9449a5fe Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 28 Sep 2016 20:58:28 +0200 Subject: add Mate OSD window styling --- common/gtk-3.0/3.20/gtk-solid.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 30fe0c7..40d8c4d 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3396,6 +3396,19 @@ gf-candidate-box:hover, gf-candidate-box:selected { background-color: #5294e2; border-radius: 2px; } +MsdOsdWindow.background.osd { + border-radius: 2px; + border: 1px solid #23262e; } + MsdOsdWindow.background.osd .progressbar { + background-color: #5294e2; + border: none; + border-color: red; + border-radius: 5px; } + MsdOsdWindow.background.osd .trough { + background-color: #2a2d37; + border: none; + border-radius: 5px; } + .mate-panel-menu-bar, .mate-panel-menu-bar menubar, panel-toplevel.background, panel-toplevel.background menubar { -- cgit v1.2.3 From 1e317d21ef488d657f28efb0c61461e9b91d57b4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 30 Sep 2016 15:41:00 +0200 Subject: gtk 3.20: try to fix unity decorations (#660) --- common/gtk-3.0/3.20/gtk-solid.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 40d8c4d..450fe0e 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3593,7 +3593,7 @@ UnityDecoration { -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { + UnityDecoration .top { border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-width: 0; border-radius: 4px 4px 0 0; @@ -3601,10 +3601,11 @@ UnityDecoration { background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); color: rgba(82, 93, 118, 0.8); box-shadow: inset 0 1px #eff0f2; } - UnityDecoration.top:backdrop { + UnityDecoration .top:backdrop { border-bottom-width: 0; color: rgba(82, 93, 118, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { + UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, + UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); } -- cgit v1.2.3 From 89ee9814221c50d1f6d78d58de228ed63b309194 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 30 Sep 2016 23:42:54 +0200 Subject: gnome-builder 3.22 fixes --- common/gtk-3.0/3.20/gtk-solid.css | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 450fe0e..a40b85b 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3259,6 +3259,8 @@ pillbox { color: #ffffff; background-color: #5294e2; border-radius: 3px; } + pillbox:disabled label { + color: rgba(255, 255, 255, 0.5); } docktabstrip { padding: 0 6px; @@ -3292,6 +3294,55 @@ dockoverlayedge { dockoverlayedge.right-edge tab:checked { border-width: 1px 0; } +popover.messagepopover.background { + padding: 0; } + +popover.messagepopover .popover-content-area { + margin: 16px; } + +popover.messagepopover .popover-action-area { + margin: 8px; } + popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { + margin: 0 4px; } + +popover.popover-selector { + padding: 0; } + popover.popover-selector list row { + padding: 5px 0; } + popover.popover-selector list row image { + margin-left: 3px; + margin-right: 10px; } + +entry.search.preferences-search { + border: none; + border-right: 1px solid #dcdfe3; + border-bottom: 1px solid #dcdfe3; + border-radius: 0; } + +preferences stacksidebar.sidebar { + background-color: #ffffff; } + preferences stacksidebar.sidebar list separator { + background-color: transparent; } + +devhelppanel entry:focus, +symboltreepanel entry:focus { + border-color: #dcdfe3; } + +button.run-arrow-button { + min-width: 12px; } + +omnibar.linked > entry:not(:only-child) { + border-style: solid; + border-radius: 3px; + margin-left: 1px; + margin-right: 1px; } + +gstyleslidein #scale_box button.toggle:checked, +gstyleslidein #strings_controls button.toggle:checked, +gstyleslidein #palette_controls button.toggle:checked, +gstyleslidein #components_controls button.toggle:checked { + color: #5c616c; } + .documents-scrolledwin.frame { border-width: 0; } -- cgit v1.2.3 From bd67b3971233f87c42d1e6ac641e3371353287cd Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 1 Oct 2016 10:18:44 +0200 Subject: more builder tweaks --- common/gtk-3.0/3.20/gtk-solid.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index a40b85b..efd1f6a 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -3319,10 +3319,11 @@ entry.search.preferences-search { border-bottom: 1px solid #dcdfe3; border-radius: 0; } -preferences stacksidebar.sidebar { - background-color: #ffffff; } - preferences stacksidebar.sidebar list separator { - background-color: transparent; } +preferences stacksidebar.sidebar list { + background-image: linear-gradient(to bottom, #ffffff, #ffffff); } + +preferences stacksidebar.sidebar list separator { + background-color: transparent; } devhelppanel entry:focus, symboltreepanel entry:focus { @@ -3343,6 +3344,12 @@ gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { color: #5c616c; } +configurationview entry.flat { + background: none; } + +configurationview list { + border-width: 0; } + .documents-scrolledwin.frame { border-width: 0; } -- cgit v1.2.3 From b8a8461709064429491d1958d771f7019bc639f3 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 1 Oct 2016 21:49:37 +0200 Subject: revert recent pathbar changes --- common/gtk-3.0/3.20/gtk-solid.css | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index efd1f6a..a59d257 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -575,15 +575,15 @@ button { .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } -.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - -.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } + .linked.vertical > entry + entry { border-top-color: rgba(207, 214, 230, 0.3); } @@ -1142,17 +1142,14 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { - box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } @@ -3125,15 +3122,15 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { + box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + .caja-notebook { border-top: 1px solid #dcdfe3; } -- cgit v1.2.3 From 5b15bdc4425b6b3b8e374f76541f020419663edd Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 4 Oct 2016 21:56:00 +0200 Subject: gtk3: add a workaround for broken Libreoffice toolbar styling --- common/gtk-3.0/3.20/gtk-solid.css | 208 +++++++++++++++++++------------------- 1 file changed, 104 insertions(+), 104 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index a59d257..a3a00f3 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -669,20 +669,20 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu .linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { +.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:disabled, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:active, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:checked, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { border-radius: 0; border-right-style: none; } -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { +.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:first-child, headerbar .linked:not(.vertical).path-bar > button:first-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { +.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:last-child, headerbar .linked:not(.vertical).path-bar > button:last-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right-style: solid; } -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { +.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:only-child, headerbar .linked:not(.vertical).path-bar > button:only-child, .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:only-child { border-radius: 3px; border-style: solid; } @@ -880,7 +880,7 @@ toolbar, .inline-toolbar { toolbar:not(.inline-toolbar) .linked > entry, .inline-toolbar:not(.inline-toolbar) .linked > entry { margin-right: 0; } -.primary-toolbar { +.primary-toolbar:not(.libreoffice-toolbar) { color: rgba(82, 93, 118, 0.8); background-color: #e7e8eb; box-shadow: none; @@ -1028,329 +1028,329 @@ window.csd > .titlebar:not(headerbar):backdrop { .titlebar:not(headerbar) > separator { background-image: linear-gradient(to bottom, #d4d5db, #d4d5db); } -.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { +.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; min-height: 1px; background: none; border-width: 0 1px; border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { + .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } -.primary-toolbar entry, headerbar entry { +.primary-toolbar:not(.libreoffice-toolbar) entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { + .primary-toolbar:not(.libreoffice-toolbar) entry image, headerbar entry image, .primary-toolbar:not(.libreoffice-toolbar) entry image:hover, headerbar entry image:hover { color: inherit; } - .primary-toolbar entry:backdrop, headerbar entry:backdrop { + .primary-toolbar:not(.libreoffice-toolbar) entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } - .primary-toolbar entry:focus, headerbar entry:focus { + .primary-toolbar:not(.libreoffice-toolbar) entry:focus, headerbar entry:focus { color: #ffffff; border-color: #5294e2; background-color: #5294e2; background-clip: border-box; } - .primary-toolbar entry:focus image, headerbar entry:focus image { + .primary-toolbar:not(.libreoffice-toolbar) entry:focus image, headerbar entry:focus image { color: #ffffff; } - .primary-toolbar entry:disabled, headerbar entry:disabled { + .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); background-color: rgba(255, 255, 255, 0.75); } - .primary-toolbar entry selection:focus, headerbar entry selection:focus { + .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; color: #5294e2; } - .primary-toolbar entry progress, headerbar entry progress { + .primary-toolbar:not(.libreoffice-toolbar) entry progress, headerbar entry progress { border-color: #5294e2; background-image: none; background-color: transparent; } - .primary-toolbar entry.warning, headerbar entry.warning { + .primary-toolbar:not(.libreoffice-toolbar) entry.warning, headerbar entry.warning { color: white; border-color: #F27835; background-color: #eea57e; } - .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { + .primary-toolbar:not(.libreoffice-toolbar) entry.warning:focus, headerbar entry.warning:focus { color: white; background-color: #F27835; } - .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { + .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection, headerbar entry.warning selection, .primary-toolbar:not(.libreoffice-toolbar) entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #F27835; } - .primary-toolbar entry.error, headerbar entry.error { + .primary-toolbar:not(.libreoffice-toolbar) entry.error, headerbar entry.error { color: white; border-color: #FC4138; background-color: #f48480; } - .primary-toolbar entry.error:focus, headerbar entry.error:focus { + .primary-toolbar:not(.libreoffice-toolbar) entry.error:focus, headerbar entry.error:focus { color: white; background-color: #FC4138; } - .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { + .primary-toolbar:not(.libreoffice-toolbar) entry.error selection, headerbar entry.error selection, .primary-toolbar:not(.libreoffice-toolbar) entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #FC4138; } -.primary-toolbar button, headerbar button { +.primary-toolbar:not(.libreoffice-toolbar) button, headerbar button { color: rgba(82, 93, 118, 0.8); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } - .primary-toolbar button:backdrop, headerbar button:backdrop { + .primary-toolbar:not(.libreoffice-toolbar) button:backdrop, headerbar button:backdrop { opacity: 0.7; } - .primary-toolbar button:hover, headerbar button:hover { + .primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { + .primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar button:active, .primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar button:checked { color: #ffffff; border-color: #5294e2; background-color: #5294e2; background-clip: border-box; } - .primary-toolbar button:disabled, headerbar button:disabled { + .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } - .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { + .primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar button:disabled { color: rgba(82, 93, 118, 0.35); } - .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { + .primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar button:disabled:active, .primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.75); border-color: rgba(82, 148, 226, 0.65); background-color: rgba(82, 148, 226, 0.65); } -.selection-mode.primary-toolbar button, headerbar.selection-mode button, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { +.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button, headerbar.selection-mode button, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.flat, headerbar.selection-mode button.flat, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button.sidebar-button, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #ffffff; background-color: rgba(255, 255, 255, 0); } -.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { margin-right: 1px; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { border-radius: 3px; border-style: solid; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { box-shadow: none; } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { + .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { + .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:active, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:checked, headerbar .linked:not(.vertical).path-bar > button:checked { color: #ffffff; border-color: #5294e2; background-color: #5294e2; } - .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { + .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { border-left-color: rgba(82, 93, 118, 0); } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #FC4138; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning { border-left-color: #F27835; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error { border-left-color: #f75d37; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child { border-left-color: #5294e2; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #5294e2; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child { border-left-color: #F08437; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-left-color: #F08437; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child { border-left-color: #F27835; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #F27835; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child { border-left-color: #FC4138; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo { border-left-color: #FC4138; } -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { +.primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:active + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .primary-toolbar:not(.libreoffice-toolbar) .linked:not(.vertical):not(.path-bar) > button:checked + entry, headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry { border-left-color: #5294e2; } -.primary-toolbar button.suggested-action, headerbar button.suggested-action { +.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action, headerbar button.suggested-action { background-clip: border-box; color: white; background-color: #4DADD4; border-color: #4DADD4; } - .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { + .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #4DADD4; } - .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { + .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; color: white; background-color: #76c0de; border-color: #76c0de; } - .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { + .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:checked, headerbar button.suggested-action:checked { background-clip: border-box; color: white; background-color: #2e96c0; border-color: #2e96c0; } - .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } - .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { + .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:disabled, headerbar button.suggested-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { +.primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } -.primary-toolbar button.destructive-action, headerbar button.destructive-action { +.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action, headerbar button.destructive-action { background-clip: border-box; color: white; background-color: #F04A50; border-color: #F04A50; } - .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { + .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; color: #F04A50; } - .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { + .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; color: white; background-color: #f4797e; border-color: #f4797e; } - .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { + .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:checked, headerbar button.destructive-action:checked { background-clip: border-box; color: white; background-color: #ec1b22; border-color: #ec1b22; } - .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } - .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { + .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:disabled, headerbar button.destructive-action:disabled { color: rgba(82, 93, 118, 0.35); } -.primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { +.primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar:not(.libreoffice-toolbar) button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } -.primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus { color: #ffffff; caret-color: #ffffff; } -.primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } -.primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { background-color: rgba(255, 255, 255, 0.9); } -.primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked { color: #ffffff; border-color: #5294e2; background-color: #5294e2; } -.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } -.primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } -.primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } -.primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } -.primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { +.primary-toolbar:not(.libreoffice-toolbar) spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { border-left-color: #5294e2; } -.primary-toolbar combobox:disabled, headerbar combobox:disabled { +.primary-toolbar:not(.libreoffice-toolbar) combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } -.primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { +.primary-toolbar:not(.libreoffice-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-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 { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar:not(.libreoffice-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 { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; border-color: #5294e2; background-color: #5294e2; box-shadow: none; } - .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); background-color: rgba(255, 255, 255, 0.75); } -.primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { +.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } - .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } - .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: 1px 0 #5294e2; } -.primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { +.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } - .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } - .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { + .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: -1px 0 #5294e2; } -.primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { +.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { border-top-left-radius: 0; border-bottom-left-radius: 0; } -.primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { +.primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.primary-toolbar switch:backdrop, headerbar switch:backdrop { +.primary-toolbar:not(.libreoffice-toolbar) switch:backdrop, headerbar switch:backdrop { opacity: 0.75; } -.primary-toolbar progressbar trough, headerbar progressbar trough { +.primary-toolbar:not(.libreoffice-toolbar) progressbar trough, headerbar progressbar trough { background-color: rgba(82, 93, 118, 0.15); } -.primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { +.primary-toolbar:not(.libreoffice-toolbar) progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } -.primary-toolbar scale:backdrop, headerbar scale:backdrop { +.primary-toolbar:not(.libreoffice-toolbar) scale:backdrop, headerbar scale:backdrop { opacity: 0.75; } -.primary-toolbar scale slider, headerbar scale slider { +.primary-toolbar:not(.libreoffice-toolbar) scale slider, headerbar scale slider { background-color: #fbfbfc; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar scale slider:hover, headerbar scale slider:hover { + .primary-toolbar:not(.libreoffice-toolbar) scale slider:hover, headerbar scale slider:hover { background-color: white; border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar scale slider:active, headerbar scale slider:active { + .primary-toolbar:not(.libreoffice-toolbar) scale slider:active, headerbar scale slider:active { background-color: #5294e2; border-color: #5294e2; } - .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { + .primary-toolbar:not(.libreoffice-toolbar) scale slider:disabled, headerbar scale slider:disabled { background-color: #f5f5f7; border-color: rgba(82, 93, 118, 0.3); } -.primary-toolbar scale trough, headerbar scale trough { +.primary-toolbar:not(.libreoffice-toolbar) scale trough, headerbar scale trough { background-color: rgba(82, 93, 118, 0.15); } - .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { + .primary-toolbar:not(.libreoffice-toolbar) scale trough:disabled, headerbar scale trough:disabled { background-color: rgba(82, 93, 118, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { @@ -2684,7 +2684,7 @@ infobar { color: #5294e2; background-color: #ffffff; } -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { +.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button { color: #ffffff; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } @@ -2695,7 +2695,7 @@ row:selected button.flat, row:selected button.sidebar-button, infobar.info butto background-image: none; color: #ffffff; background-color: rgba(255, 255, 255, 0); } - .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { color: rgba(255, 255, 255, 0.4); } row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover { @@ -2703,7 +2703,7 @@ row:selected button:hover, infobar.info button:hover, infobar.question button:ho background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.8); } -.selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { +.selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:active, headerbar.selection-mode button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:active, headerbar.selection-mode button:hover:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked { color: #5294e2; background-color: #ffffff; border-color: #ffffff; } @@ -2713,7 +2713,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but border-color: rgba(255, 255, 255, 0.4); } row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label { color: rgba(255, 255, 255, 0.5); } - .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { + .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:checked, headerbar.selection-mode button:disabled:checked, .selection-mode.primary-toolbar:not(.libreoffice-toolbar) button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { color: #5294e2; background-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.4); } -- cgit v1.2.3 From 5acba9421b028a6bcf94f2b52a035f51f854d269 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 5 Oct 2016 22:34:48 +0200 Subject: fix disabled entry border-color in header bars (#668) --- common/gtk-3.0/3.20/gtk-solid.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid.css') diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index a3a00f3..6153a58 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1054,6 +1054,7 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #ffffff; } .primary-toolbar:not(.libreoffice-toolbar) entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); + border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar:not(.libreoffice-toolbar) entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1299,6 +1300,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); + border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar:not(.libreoffice-toolbar) combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -3573,6 +3575,7 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); + border-color: rgba(82, 93, 118, 0.1); background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } -- cgit v1.2.3