summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-03 23:20:57 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-03 23:25:13 +0100
commit708b281447a7cde5c89d971dfb3194385dc4777d (patch)
treee14d76362294326bba70574edd96d468c3f8db15 /desktop-themes/Menta
parentd667c1e21052c643a56a2945ba91125b1a0af444 (diff)
downloadmate-themes-708b281447a7cde5c89d971dfb3194385dc4777d.tar.bz2
mate-themes-708b281447a7cde5c89d971dfb3194385dc4777d.tar.xz
Gtk+-3.18 most themes: adjust spinbuttons in dconf-editor
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css22
1 files changed, 22 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 41184382..d59e83ad 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -355,6 +355,28 @@ DConfWindow GtkPaned.horizontal {
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 *
*****************/