diff options
author | raveit65 <[email protected]> | 2018-03-29 11:29:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-29 11:29:55 +0200 |
commit | db64a31ba6943c0c7bf905793afdfa00b4a4c242 (patch) | |
tree | 9eadea0e76b121338ccc945488067bb70030958f /desktop-themes/Blue-Submarine | |
parent | 6e28d0af3f779d95f9cae11507d341c0a9e0d715 (diff) | |
download | mate-themes-db64a31ba6943c0c7bf905793afdfa00b4a4c242.tar.bz2 mate-themes-db64a31ba6943c0c7bf905793afdfa00b4a4c242.tar.xz |
All themes: some improvements for WebKitGtk2
partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 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 ddb5c795..158e719b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3954,6 +3954,8 @@ check:disabled, radio:disabled {
background-color: transparent;
border-style: none;
+ min-height: 12px;
+ min-width: 12px;
}
/* move label to the right */
|