summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-01-18 23:49:30 +0100
committerraveit65 <[email protected]>2017-01-18 23:50:39 +0100
commitd69b504b9cbe38d98678f0b90efea92f18817dac (patch)
treea809a1d5f38797741549566cf6c1247fade39fed /desktop-themes
parent61c37b3eab1db0cb130624f5b15694bb3157bb72 (diff)
downloadmate-themes-d69b504b9cbe38d98678f0b90efea92f18817dac.tar.bz2
mate-themes-d69b504b9cbe38d98678f0b90efea92f18817dac.tar.xz
GTK+-3.20 Submarine themes: fix border-radius of dialog-action-area linked single button
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css1
2 files changed, 2 insertions, 0 deletions
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 7af24d77..2528c45f 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -5012,6 +5012,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 de2d9999..66b24ff5 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -5017,6 +5017,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 {