summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-03 20:21:59 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-03 20:21:59 +0100
commit9d5887a569e7c0b259e9307ec605fdc4b6106bcd (patch)
tree37fb8ea0fe6624d1a49b6fe78e0ec45c38fb3eab /desktop-themes/BlueMenta/gtk-3.0
parent76403a3c0dab8985a540fb7c0c82a57cfe7af730 (diff)
downloadmate-themes-9d5887a569e7c0b259e9307ec605fdc4b6106bcd.tar.bz2
mate-themes-9d5887a569e7c0b259e9307ec605fdc4b6106bcd.tar.xz
Gtk+-3.16/14 most themes: adjust spinbuttons in dconf-editor
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index 121e390e..0c234b39 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -310,6 +310,28 @@ GtkApplicationWindow 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 *
*****************/