summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/other-applications.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
index 56a9465d..46bc187e 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
@@ -23,3 +23,19 @@ 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;
+}
+