diff options
author | raveit65 <[email protected]> | 2015-09-04 15:24:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-04 15:24:45 +0200 |
commit | b8e29d1abdd6579c61e9f586e92f3e09dfce7533 (patch) | |
tree | 94237fd6389bb718fc231194739873c06c525a50 /desktop-themes/GreenLaguna | |
parent | 9642db0cf5687fb84ec1cc218cd6d94e6f6115b7 (diff) | |
download | mate-themes-b8e29d1abdd6579c61e9f586e92f3e09dfce7533.tar.bz2 mate-themes-b8e29d1abdd6579c61e9f586e92f3e09dfce7533.tar.xz |
Gtk+-3.16 most themes: style dconf-editor
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 1ae66aa1..4833a1eb 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -1,13 +1,31 @@ -/* dconf editor */ +/**************** + * Dconf-editor * + ****************/ + /* sidebar */ DConfDirView.view { background-color: shade(@theme_bg_color, 1.03); } +DConfDirView.view row:selected, +DConfDirView.view row:selected:focus { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.3), + shade(@theme_bg_color, 0.73)); + color: @theme_fg_color; +} + DConfKeyView.view { background-color: shade(@base_color, 1.06) } +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + /******** * Nemo * ********/ |