diff options
author | raveit65 <[email protected]> | 2015-07-26 21:32:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-26 21:32:17 +0200 |
commit | c299fb468ba871d9d04460475dae9e5fb7aa8b28 (patch) | |
tree | 10caa05fa2fc814cedafaa0074ac8fd708b7bc05 /desktop-themes/TraditionalOkTest | |
parent | 944fcbc4ce1eda1f7c3a36609a51f52be2de042a (diff) | |
download | mate-themes-c299fb468ba871d9d04460475dae9e5fb7aa8b28.tar.bz2 mate-themes-c299fb468ba871d9d04460475dae9e5fb7aa8b28.tar.xz |
Traditional themes GTK3: fix padding of .entry boxes and GtkComboBox
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css | 4 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 2 |
2 files changed, 5 insertions, 1 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 3265d084..b97f1269 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css @@ -683,6 +683,10 @@ column-header:last-child .button:active:focus { padding: 1px 2px; } +.linked .entry:first-child { + padding: 6px; +} + /* Middle button */ .linked .entry, .linked > GtkComboBox > .button:last-child, diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 53701b7d..c3165cea 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -731,7 +731,7 @@ GtkComboBox GtkToggleButton.button, GtkComboBoxText GtkToggleButton.button, .toolbar.horizontal GtkComboBox GtkToggleButton.button, .toolbar.horizontal GtkComboBoxText GtkToggleButton.button { - padding: 2px; + padding: 4px; } .path-bar .button, |