diff options
author | raveit65 <[email protected]> | 2015-09-17 16:17:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-17 16:18:09 +0200 |
commit | d2ab14d18aea0278c7498fc38fd4a3dbc48793fe (patch) | |
tree | a8944c2f031971bc2e9a4d2eaa11ffe0932eec31 /desktop-themes/ContrastHigh | |
parent | 93053bf1f8ceec8746085dc5f2a173f76e0daf8c (diff) | |
download | mate-themes-d2ab14d18aea0278c7498fc38fd4a3dbc48793fe.tar.bz2 mate-themes-d2ab14d18aea0278c7498fc38fd4a3dbc48793fe.tar.xz |
GTK3: ContrastHigh themes: style dconf-editor
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/other-applications.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css index 412120b7..56a9465d 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css @@ -8,3 +8,18 @@ padding: 0px 4px; } +/**************** + * Dconf-editor * + ****************/ + +DConfWindow .menubar { + border-style: solid; + border-width: 0px 0px 1px 0px; +} + +DConfWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 8px; + border-style: solid; + border-width: 0px 1px 0 1px; +} + |