diff options
author | Horst3180 | 2016-05-08 19:36:34 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-08 19:36:34 +0200 |
commit | 5ec25f42e6397f1313f5dc927535a299a2043410 (patch) | |
tree | b749db7a431dc31563d5d727c02d0de5fad0aa4f /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | b3228ec344c82e7b464068e847860eb5c812a2c0 (diff) | |
download | solarc-theme-5ec25f42e6397f1313f5dc927535a299a2043410.tar.gz solarc-theme-5ec25f42e6397f1313f5dc927535a299a2043410.tar.xz solarc-theme-5ec25f42e6397f1313f5dc927535a299a2043410.zip |
3.20: update gnome-builder styling (fix #514)
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 | 25 |
1 files changed, 19 insertions, 6 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 641437b..559549e 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -202,6 +202,19 @@ entry { entry.error selection, entry.error selection:focus { background-color: #ffffff; color: #FC4138; } + entry.search-missing { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + entry.search-missing image { + color: #ffffff; } + entry.search-missing:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + entry.search-missing selection, entry.search-missing selection:focus { + background-color: #ffffff; + color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; box-shadow: none; } @@ -3345,19 +3358,19 @@ pillbox { background-color: #5294E2; border-radius: 3px; } -tabstrip { +docktabstrip { padding: 0 6px; background-color: #F5F6F7; border-bottom: 1px solid #dcdfe3; } - tabstrip tab { + docktabstrip docktab { min-height: 28px; border: solid transparent; border-width: 0 1px; } - tabstrip tab label { + docktabstrip docktab label { opacity: 0.5; } - tabstrip tab:checked label, tabstrip tab:hover label { + docktabstrip docktab:checked label, docktabstrip docktab:hover label { opacity: 1; } - tabstrip tab:checked { + docktabstrip docktab:checked { border-color: #dcdfe3; background-color: #ffffff; } @@ -3370,7 +3383,7 @@ dockpaned { dockoverlayedge { background-color: #F5F6F7; } - dockoverlayedge tabstrip { + dockoverlayedge docktabstrip { padding: 0; border: none; } dockoverlayedge.left-edge tab:checked, |