diff options
author | raveit65 <[email protected]> | 2015-09-17 16:17:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-17 16:18:41 +0200 |
commit | b7306ebd29fa61d91acc463dc3669ada31b30b89 (patch) | |
tree | e3d72c10841a308df409fa42b08691696beb09d3 /desktop-themes | |
parent | 792e89f2a27d2238db44babb4630ff2938fe548d (diff) | |
download | mate-themes-b7306ebd29fa61d91acc463dc3669ada31b30b89.tar.bz2 mate-themes-b7306ebd29fa61d91acc463dc3669ada31b30b89.tar.xz |
GTK3: ContrastHigh themes: style dconf-editor
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/other-applications.css | 15 | ||||
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css | 15 |
2 files changed, 30 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; +} + diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css index 412120b7..56a9465d 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css +++ b/desktop-themes/ContrastHighInverse/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; +} + |