diff options
author | raveit65 <[email protected]> | 2015-08-13 17:26:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 17:28:45 +0200 |
commit | c9126ddcae6c770e5447afb480af8ed4703582f9 (patch) | |
tree | f2244098f35e420992918f68bc8c99caa291d5e0 | |
parent | d5a0cdf2466058ccee0216541db91e10170221ae (diff) | |
download | mate-themes-c9126ddcae6c770e5447afb480af8ed4703582f9.tar.bz2 mate-themes-c9126ddcae6c770e5447afb480af8ed4703582f9.tar.xz |
GTK3: GreenLaguna: style bg of toolbar editor
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 58f171dd..a86873ab 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -518,3 +518,13 @@ ShellWindow GtkScrolledWindow .button.flat:hover { GtkDialog GtkScrolledWindow .view { background-color: shade(@base_color, 1.06) } + +/* atril and eom */ +EggToolbarEditor.vertical GtkScrolledWindow .frame { + background-color: shade(@base_color, 1.04); + border-color: @borders; + border-width: 1px; + border-radius: 0px; + border-style: solid; +} + |