diff options
author | raveit65 <[email protected]> | 2017-01-18 23:49:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-18 23:50:16 +0100 |
commit | 0efeeeb727ba7b6083a9e9bffd0b14bc38e1d2f7 (patch) | |
tree | 62aa09fc99ac33964ca4bb02d64e8ed5ef128d2a /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 53ac39d3285f27701eff1f9867f40c801a58b434 (diff) | |
download | mate-themes-0efeeeb727ba7b6083a9e9bffd0b14bc38e1d2f7.tar.bz2 mate-themes-0efeeeb727ba7b6083a9e9bffd0b14bc38e1d2f7.tar.xz |
GTK+-3.20 Submarine themes: fix border-radius of dialog-action-area linked single button
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-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 {
|