diff options
author | raveit65 <[email protected]> | 2016-02-24 15:30:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-24 15:30:24 +0100 |
commit | 6fae06f696b96c02217e9bdb545d03a9772096dd (patch) | |
tree | 8c7548af400408e2b3b8b50791549f3988e56574 /desktop-themes/Blue-Submarine | |
parent | fdd3d55d59383e146da666a148e7f0440ed19243 (diff) | |
download | mate-themes-6fae06f696b96c02217e9bdb545d03a9772096dd.tar.bz2 mate-themes-6fae06f696b96c02217e9bdb545d03a9772096dd.tar.xz |
GTK+-3.20 Blue-Submarine: increase height of linked entry
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 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 3e8c86c1..c619f72c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -1421,7 +1421,7 @@ toolbar .raised.linked:nth-child(last) button:checked:hover { }
.linked entry {
- padding: 5px 6px;
+ padding: 7px 6px;
}
.linked button,
|