diff options
author | raveit65 <[email protected]> | 2016-02-24 15:30:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-24 15:32:07 +0100 |
commit | 7adcc134ce4f2f763cbe32dd920f051ff2310a55 (patch) | |
tree | cc1311842121b84c9de88452c3428445aeb7fbf9 | |
parent | fddd4646bcc276eb3ad1618569c7466fc6f3ef0b (diff) | |
download | mate-themes-7adcc134ce4f2f763cbe32dd920f051ff2310a55.tar.bz2 mate-themes-7adcc134ce4f2f763cbe32dd920f051ff2310a55.tar.xz |
GTK+-3.20 Blue-Submarine: increase height of linked entry
-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,
|