diff options
author | raveit65 <[email protected]> | 2015-07-26 21:32:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-26 21:33:43 +0200 |
commit | e5573518b05c6d56aa5142180a88d3bf5fb8788a (patch) | |
tree | 6fa2e108dad304888c9a992883dac92ffaaef87d /desktop-themes/TraditionalGreen | |
parent | 50be904b8e81a8ca720fc380285c83d66c86c05b (diff) | |
download | mate-themes-e5573518b05c6d56aa5142180a88d3bf5fb8788a.tar.bz2 mate-themes-e5573518b05c6d56aa5142180a88d3bf5fb8788a.tar.xz |
Traditional themes GTK3: fix padding of .entry boxes and GtkComboBox
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-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 943c7c63..56fd7813 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 dc162a7b..22f9dac9 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -541,7 +541,7 @@ GtkComboBox GtkToggleButton.button, GtkComboBoxText GtkToggleButton.button, .toolbar.horizontal GtkComboBox GtkToggleButton.button, .toolbar.horizontal GtkComboBoxText GtkToggleButton.button { - padding: 2px; + padding: 4px; } .path-bar .button, |