diff options
author | raveit65 <[email protected]> | 2016-10-21 09:37:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-21 09:39:17 +0200 |
commit | de174caacbeb6b3f129d60c54bc423e423a0b721 (patch) | |
tree | 5857a01111bc42c9f48f2a54b52d70099183706c /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | c6069b4b837c6a184ebf426cab185ec9cae67ec1 (diff) | |
download | mate-themes-de174caacbeb6b3f129d60c54bc423e423a0b721.tar.bz2 mate-themes-de174caacbeb6b3f129d60c54bc423e423a0b721.tar.xz |
GTK+-3.22 submarine themes: setup dconf-editor
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index d7bf7a60..891bda72 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -61,3 +61,23 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f color: @osd_button_fg_hover; } +/**************** + * dconf-editor * + ****************/ + +window.background.dconf-editor popover.menu { + background-color: @bg_dark_color; + background: @bg_dark_color; +} + +/* the slash */ +.dconf-editor headerbar.titlebar .pathbar { + color: @menu_fg_dark_color; +} + +.dconf-editor .properties-list row.activatable:hover { + background-image: none; + box-shadow: none; + border-radius: 0px; +} + |