summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
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/Blue-Submarine
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/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
index d4346cdb..cad07385 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -716,3 +716,30 @@ GtkApplicationWindow GtkPaned.horizontal {
background-color: @theme_bg_color;
}
+DConfKeyView.view row:selected,
+DConfKeyView.view row:selected:hover {
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (shade(@sidebar_selected_bg, 0.90)),
+ color-stop (0.40, shade (@sidebar_selected_bg, 0.98)),
+ to (shade(@sidebar_selected_bg, 1.05)));
+ color: @theme_selected_fg_color;
+}
+
+DConfKeyView.view .entry.spinbutton {
+ padding: 2px 0px 2px 4px;
+ box-shadow: none;
+ border-style: none;
+}
+
+DConfKeyView.view .spinbutton .button,
+DConfKeyView.view .spinbutton .button:hover {
+ border-style: none;
+}
+
+DConfKeyView.view .spinbutton .button:last-child,
+DConfKeyView.view .spinbutton .button:hover:last-child {
+ border-radius: 0 5px 5px 0;
+}
+