diff options
author | raveit65 <[email protected]> | 2015-09-04 14:16:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-04 14:16:24 +0200 |
commit | ed894afd8ca4a28be6d7360efcd2faae40147305 (patch) | |
tree | a073787827cbe1a75a26aeef7a6b1532e2a5bb48 /desktop-themes/BlackMATE | |
parent | 3d3951e7a4e49c51c9e5fb445aa99f6c15e7eece (diff) | |
download | mate-themes-ed894afd8ca4a28be6d7360efcd2faae40147305.tar.bz2 mate-themes-ed894afd8ca4a28be6d7360efcd2faae40147305.tar.xz |
Gtk+-3.18 most themes: style dconf-editor
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index e80512bd..d1d3a227 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -273,3 +273,27 @@ NemoQueryEditor .toolbar .entry:focus { background-color: @less_dark_color; border-radius: 2px; } + +/**************** + * Dconf-editor * + ****************/ + +DConfWindow GtkTreeView.view { + background-color: shade (@theme_bg_color, 1.08); +} + +DConfWindow GtkTreeView.view row:hover { + background-color: alpha(@theme_selected_bg_color, 0.2); +} + +DConfWindow DConfKeyView.view { + background-color: @less_dark_color; +} + +/* the small line between sidebar and view */ +DConfWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + |