summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-03 23:20:57 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-04 00:53:17 +0100
commit6215c3a7f8b7ae639de866a76b9487aea3f9e4cb (patch)
treebcac238d3b1e564048e9798f3fedc283c3f69c30 /desktop-themes
parente6e4fb2461e89ea30cef680b03c2483c1c1a19ec (diff)
downloadmate-themes-6215c3a7f8b7ae639de866a76b9487aea3f9e4cb.tar.bz2
mate-themes-6215c3a7f8b7ae639de866a76b9487aea3f9e4cb.tar.xz
Gtk+-3.18 most themes: adjust spinbuttons in dconf-editor
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css27
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css22
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/other-applications.css16
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css16
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css27
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css7
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css22
7 files changed, 137 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 cceeed94..0b2fd8aa 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -753,3 +753,30 @@ DConfWindow 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;
+}
+
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index c7fa5670..c2fb1513 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/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 *
*****************/
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
index aebc4726..83a9683e 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
@@ -23,6 +23,22 @@ DConfWindow GtkPaned.horizontal {
border-width: 0px 1px 0 1px;
}
+DConfKeyView.view .spinbutton .button {
+ border-image: none;
+ border-style: solid;
+ border-width: 0px 0px 0px 3px;
+ border-color: @theme_selected_bg_color;
+ border-radius: 0px;
+ box-shadow: none;
+}
+
+DConfKeyView.view .spinbutton .button:last-child {
+ border-radius: 0 2px 2px 0;
+ border-style: solid;
+ border-width: 0px 0px 0px 3px;
+ border-color: @theme_selected_bg_color;
+}
+
/********
* Nemo *
********/
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css
index aebc4726..83a9683e 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css
@@ -23,6 +23,22 @@ DConfWindow GtkPaned.horizontal {
border-width: 0px 1px 0 1px;
}
+DConfKeyView.view .spinbutton .button {
+ border-image: none;
+ border-style: solid;
+ border-width: 0px 0px 0px 3px;
+ border-color: @theme_selected_bg_color;
+ border-radius: 0px;
+ box-shadow: none;
+}
+
+DConfKeyView.view .spinbutton .button:last-child {
+ border-radius: 0 2px 2px 0;
+ border-style: solid;
+ border-width: 0px 0px 0px 3px;
+ border-color: @theme_selected_bg_color;
+}
+
/********
* Nemo *
********/
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index 7b897478..d34f4a15 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -789,3 +789,30 @@ DConfWindow 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;
+}
+
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
index e2f3d9bc..42a2b5ba 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
@@ -42,6 +42,13 @@ DConfWindow GtkPaned.horizontal {
background-color: @theme_bg_color;
}
+DConfKeyView.view .spinbutton .button {
+ border-image: none;
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 0px;
+}
+
/********
* Nemo *
********/
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 *
*****************/