diff options
author | Horst3180 | 2016-09-20 22:44:33 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-20 22:44:33 +0200 |
commit | fb1a401ba9c8b32a2c1159ea26816ad21750174a (patch) | |
tree | ac32531ba16812e80bad1729e7e559168a6658c8 /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | a7e9f80aab54181d8df5fbd3a77978b11f2f46c6 (diff) | |
download | solarc-theme-fb1a401ba9c8b32a2c1159ea26816ad21750174a.tar.gz solarc-theme-fb1a401ba9c8b32a2c1159ea26816ad21750174a.tar.xz solarc-theme-fb1a401ba9c8b32a2c1159ea26816ad21750174a.zip |
add more Gnome Flashback styling
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 5468bd7..47a287a 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -3339,6 +3339,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 { |