diff options
author | raveit65 <[email protected]> | 2015-08-13 20:52:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 20:53:02 +0200 |
commit | 745875a33ac26e08d05f879ff8963399ecef3730 (patch) | |
tree | 8c20542c43563660ab4c1935bc9ccaefda38bfb8 /desktop-themes/TraditionalOkTest | |
parent | f3e00eb8f3ef5538cf1bb671fbc5366383d34d58 (diff) | |
download | mate-themes-745875a33ac26e08d05f879ff8963399ecef3730.tar.bz2 mate-themes-745875a33ac26e08d05f879ff8963399ecef3730.tar.xz |
GTK3 traditional themes: fix padding for entry with first/last-child logic
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css index b97f1269..5ad30827 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css @@ -725,6 +725,10 @@ column-header:last-child .button:active:focus { padding: 1px 2px; } +.linked .entry:last-child { + padding: 6px; +} + /* vertical */ .vertical .horizontal .vertical .frame .horizontal .vertical .button.image-button, |