diff options
author | raveit65 <[email protected]> | 2016-05-14 00:00:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-14 00:00:37 +0200 |
commit | f6c6606854be33c30e34091cde20e1bf0002d4a7 (patch) | |
tree | a249035949bf96dd05573977347b67285e83f8b9 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 4800d335fcbd072e6edc4ae9c4612469af6a5a63 (diff) | |
download | mate-themes-f6c6606854be33c30e34091cde20e1bf0002d4a7.tar.bz2 mate-themes-f6c6606854be33c30e34091cde20e1bf0002d4a7.tar.xz |
GTK+-3.20 all themes: add settings for yumex-dnf
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index c2eddb40..ec993a4d 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -54,3 +54,17 @@ background-color: @notebook_bg_color; } +/************* + * 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-width: 1px 0px 1px 1px; +} + +/* info sidebar */ +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar { + border-width: 1px 0px 1px 1px; +} + |