diff options
author | Horst3180 | 2016-03-30 04:41:54 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-30 14:32:13 +0200 |
commit | 51bdfd19eabc41c4a501f54849ffd5481bf60a65 (patch) | |
tree | a940a41f7e24f633d1a16e54190804e6aa560763 /common/gtk-3.0/3.20/gtk.css | |
parent | 2754af8e0f9faffb91d2d2bf3c2dbee578fdb3da (diff) | |
download | solarc-theme-51bdfd19eabc41c4a501f54849ffd5481bf60a65.tar.gz solarc-theme-51bdfd19eabc41c4a501f54849ffd5481bf60a65.tar.xz solarc-theme-51bdfd19eabc41c4a501f54849ffd5481bf60a65.zip |
more gnome-builder fixes
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index a95e894..57c585e 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -3138,6 +3138,9 @@ workbench stack.titlebar { padding: 0; border: none; } +editortweak .linked > entry.search:focus + .gb-linked-scroller { + border-top-color: #5294E2; } + layouttab { background-color: #ffffff; } @@ -3148,9 +3151,6 @@ layout { eggsearchbar box.search-bar { border-bottom: 1px solid #dcdfe3; } -perspectiveswitcher { - background: #F5F6F7; } - pillbox { color: #ffffff; background-color: #5294E2; |