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/BlackMATE/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/BlackMATE/gtk-3.0')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index 70301d4a..f471779b 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -275,24 +275,39 @@ NemoQueryEditor .toolbar .entry:focus { border-radius: 2px; } -/**************** - * Dconf-editor * - ****************/ +/************* + * Yumex-DNF * + *************/ -DConfWindow GtkTreeView.view { - background-color: shade (@theme_bg_color, 1.08); +window.background.yumex-dnf-window > box.vertical > box.horizontal > box.horizontal > button { + padding: 4px; } -DConfWindow GtkTreeView.view row:hover { - background-color: alpha(@theme_selected_bg_color, 0.2); +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio { + padding: 2px 16px; } -DConfWindow DConfKeyView.view { - background-color: @less_dark_color; +window.background.yumex-dnf-window > box.vertical > box.horizontal > box.horizontal > button:disabled { + background-color: @insensitive_bg_color; + background-image: none; } -/* the small line between sidebar and view */ -DConfWindow GtkPaned.horizontal { - border-color: transparent; - background-color: @theme_bg_color; +/* 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 { + background-image: linear-gradient(to right, + @toolbar_gradient_base, + @toolbar_gradient_bottom); + border-color: @less_dark_color; + border-style: solid; + border-width: 1px 0px 0px 0px; +} + +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar row.activatable { + background-color: transparent; + border-radius: 2px; } + +#YumexPackageView.view { + background-color: shade(@less_dark_color, 2.4); +} + |