diff options
author | raveit65 <[email protected]> | 2017-01-18 23:49:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-18 23:49:30 +0100 |
commit | bc97e28738f2fcd882eea07164bc9b8c9dca4f86 (patch) | |
tree | 0626485ffdf7a9c5cf8c264a7269756190bb605a /desktop-themes/Blue-Submarine | |
parent | 92c0c8a6871362ad9d2096b3cb04edafb0727236 (diff) | |
download | mate-themes-bc97e28738f2fcd882eea07164bc9b8c9dca4f86.tar.bz2 mate-themes-bc97e28738f2fcd882eea07164bc9b8c9dca4f86.tar.xz |
GTK+-3.20 Submarine themes: fix border-radius of dialog-action-area linked single button
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 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 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 {
|