diff options
author | raveit65 <[email protected]> | 2017-01-18 23:49:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-18 23:50:39 +0100 |
commit | d69b504b9cbe38d98678f0b90efea92f18817dac (patch) | |
tree | a809a1d5f38797741549566cf6c1247fade39fed /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 61c37b3eab1db0cb130624f5b15694bb3157bb72 (diff) | |
download | mate-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/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 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 {
|