summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-03 20:29:55 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-03 20:29:55 +0100
commitfe3f686342319b60e8fd5600490d8645f0ceeb16 (patch)
tree65a1ef889561b58a11378603214540a23a0a9e15 /desktop-themes/Menta
parent9dc9b274198fe83674ab39717e7a3b23112c17db (diff)
downloadmate-themes-fe3f686342319b60e8fd5600490d8645f0ceeb16.tar.bz2
mate-themes-fe3f686342319b60e8fd5600490d8645f0ceeb16.tar.xz
Gtk+-3.16/14 most themes: adjust spinbuttons in dconf-editor
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css
index bee50ca3..80faea88 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -239,6 +239,54 @@ GraniteWidgetsPopOver .entry {
background-color: alpha (#000, 0.15);
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+DConfDirView.view {
+ background-color: @sidebar_bg;
+ color: @theme_text_color;
+}
+
+DConfDirView.view row:selected,
+DConfDirView.view row:selected:hover {
+ color: @theme_selected_fg_color;
+}
+
+DConfDirView.view row:hover {
+ background-color: shade (@theme_selected_bg_color, 1.15);
+ color: shade (@theme_selected_bg_color, 0.35);
+}
+
+/* the small line between sidebar and view */
+GtkApplicationWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+
+DConfKeyView.view row:selected,
+DConfKeyView.view row:selected:hover {
+ color: @theme_selected_fg_color;
+}
+
+DConfKeyView.view .entry.spinbutton {
+ padding: 1px 0px 1px 4px;
+}
+
+DConfKeyView.view .spinbutton .button {
+ border-image: none;
+ border-style: solid;
+ border-width: 0px 0px 0px 1px;
+ border-color: @theme_selected_bg_color;
+ border-radius: 0px;
+ box-shadow: none;
+}
+
+DConfKeyView.view .spinbutton .button:last-child {
+ border-radius: 0 2px 2px 0;
+}
+
/*****************
* Ubuntu styles *
*****************/