summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-27 15:02:00 +0100
committerraveit65 <[email protected]>2013-10-27 15:02:00 +0100
commit8d98e347671b051bd0579e17c4b24f06d90792c7 (patch)
treefaacaab5f742887d23e533232d00910ad181b006 /desktop-themes
parent7a8f1ecd95b05d31cc4b8e65f34d50b305834579 (diff)
downloadmate-themes-8d98e347671b051bd0579e17c4b24f06d90792c7.tar.bz2
mate-themes-8d98e347671b051bd0579e17c4b24f06d90792c7.tar.xz
HighContrastHigh: add style for linked vertical button boxes
As seen in gnome-packagekit.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 8b3db27e..1306c136 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -675,6 +675,20 @@ GtkComboBox .button {
border-width: 2px;
}
+.linked.vertical .button {
+ border-width: 0 2px 2px;
+ border-radius: 0;
+}
+
+.linked.vertical .button:first-child {
+ border-radius: 3px 3px 0 0;
+ border-width: 2px;
+}
+
+.linked.vertical .button:last-child {
+ border-radius: 0 0 3px 3px;
+}
+
/**********
* Scales *
**********/