From bc97e28738f2fcd882eea07164bc9b8c9dca4f86 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 18 Jan 2017 23:49:30 +0100 Subject: GTK+-3.20 Submarine themes: fix border-radius of dialog-action-area linked single button --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 + desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 + 2 files changed, 2 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index ca88f4af..3595d268 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -5018,6 +5018,7 @@ dialog scrolledwindow.frame viewport .vertical expander .vertical { .dialog-action-area.linked > button.text-button:disabled:last-child { border-width: 1px; border-image-width: 1px; + border-radius: 6px; } .dialog-action-area.linked > button.text-button { diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index e4a2b323..a3f02905 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -5023,6 +5023,7 @@ dialog scrolledwindow.frame viewport .vertical expander .vertical { .dialog-action-area.linked > button.text-button:disabled:last-child { border-width: 1px; border-image-width: 1px; + border-radius: 6px; } .dialog-action-area.linked > button.text-button { -- cgit v1.2.1