diff options
author | Horst3180 | 2015-06-06 10:54:13 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-06 10:54:13 +0200 |
commit | 3b0d4c586ccac246aae773298ba3f3b13d213818 (patch) | |
tree | 9b7eddb727d8b73518a6b7d30440abfd5270cf7b /common/gtk-3.0/3.14/gtk-contained.css | |
parent | eafa0fc568311f8fd08bbfd33e9e74f8c0d5cf26 (diff) | |
parent | 945ab6c5da06cbe0e74901051df62d375d944c76 (diff) | |
download | solarc-theme-3b0d4c586ccac246aae773298ba3f3b13d213818.tar.gz solarc-theme-3b0d4c586ccac246aae773298ba3f3b13d213818.tar.xz solarc-theme-3b0d4c586ccac246aae773298ba3f3b13d213818.zip |
Merge branch 'master' into dark_variant
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index 756f765..a6d47ce 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -851,9 +851,23 @@ GtkComboBox { padding-right: 7px; border-radius: 4px 4px 0 0; color: rgba(82, 93, 118, 0.8); + background-color: #e7e8eb; box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } + .csd .titlebar { + background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(82, 93, 118, 0.5); + background-color: #e7e8eb; } + .csd .titlebar:backdrop { + background-color: rgba(239, 240, 242, 0.95); } + .maximized .titlebar { + background-color: #e7e8eb; } + .maximized .titlebar:backdrop { + background-color: #eff0f2; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } .primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { -GtkWidget-wide-separators: true; @@ -2815,8 +2829,6 @@ MarlinViewWindow *:selected:focus { PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } - PantheonTerminalPantheonTerminalWindow.background .titlebar { - background-color: rgba(231, 232, 235, 0.95); } PantheonTerminalPantheonTerminalWindow.background .notebook.header.top { box-shadow: inset 0 1px #d4d5db, inset 0 -1px #edf0f3; } |