From 1eb5978580a2008bd97cba439559e2ff20e92152 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/TraditionalOk/gtk-3.0/gtk-widgets.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index dd76754c..b426c72d 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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