diff options
author | raveit65 <[email protected]> | 2016-05-14 00:00:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-14 00:01:40 +0200 |
commit | 249b6b21dccff160f692ea381b875e965ce59e86 (patch) | |
tree | a249035949bf96dd05573977347b67285e83f8b9 /desktop-themes/GreenLaguna | |
parent | 7872d22e2a24163cde28413e24a026a772af7eef (diff) | |
download | mate-themes-249b6b21dccff160f692ea381b875e965ce59e86.tar.bz2 mate-themes-249b6b21dccff160f692ea381b875e965ce59e86.tar.xz |
GTK+-3.20 all themes: add settings for yumex-dnf
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index e9aa17c1..65b67eda 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -230,3 +230,14 @@ paned.horizontal > notebook box.horizontal > box.vertical > toolbar.horizontal.i border-width: 0px; } +/************* + * Yumex-DNF * + *************/ + +/* list sidebar row */ +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar { + border-color: @notebook_border; + border-style: solid; + border-width: 1px 0px 0px 0px; +} + |