From 8d98e347671b051bd0579e17c4b24f06d90792c7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 27 Oct 2013 15:02:00 +0100 Subject: HighContrastHigh: add style for linked vertical button boxes As seen in gnome-packagekit. --- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'desktop-themes/ContrastHigh/gtk-3.0') 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 * **********/ -- cgit v1.2.1