From 4ec7f4fbbd8d5f8ec0eb6d0456e063df2958eefe Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 17 Sep 2015 16:17:06 +0200 Subject: GTK3: ContrastHigh themes: style dconf-editor --- .../ContrastHigh/gtk-3.0/other-applications.css | 15 +++++++++++++++ .../ContrastHighInverse/gtk-3.0/other-applications.css | 15 +++++++++++++++ 2 files changed, 30 insertions(+) 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; +} + -- cgit v1.2.1