From bfdd057a22a992abd64e9961b04fd73d3620424a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 May 2015 16:28:42 +0200 Subject: Traditional themes GTK+-3.16: remove button border from circular-button --- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/TraditionalOkTest') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index d73750d3..3872178e 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -701,6 +701,13 @@ GtkScrolledWindow GtkViewport.frame { border-radius: 3px; } +.button.image-button.circular-button { + border-image: none; + border-width: 1px; + border-style: solid; + border-color: @border_color; +} + GtkComboBox GtkToggleButton.button, GtkComboBoxText GtkToggleButton.button, .toolbar.horizontal GtkComboBox GtkToggleButton.button, -- cgit v1.2.1