diff options
author | raveit65 <[email protected]> | 2015-07-26 21:32:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-26 21:33:24 +0200 |
commit | 876962c4a8cc872f5e36ececbc35f18f86dff340 (patch) | |
tree | 8004d6dd1d03d5ae17d99454318114d1eaf73f8f /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 41c57d183c83e3bc5a7ae65fc3aeb52d2c7fe5e3 (diff) | |
download | mate-themes-876962c4a8cc872f5e36ececbc35f18f86dff340.tar.bz2 mate-themes-876962c4a8cc872f5e36ececbc35f18f86dff340.tar.xz |
Traditional themes GTK3: fix padding of .entry boxes and GtkComboBox
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css | 4 | ||||
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css index 0f90e9b6..dca518fb 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalGreen/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/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 4474b371..137af743 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/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, |