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 | |
parent | 944fcbc4ce1eda1f7c3a36609a51f52be2de042a (diff) | |
download | mate-themes-c299fb468ba871d9d04460475dae9e5fb7aa8b28.tar.bz2 mate-themes-c299fb468ba871d9d04460475dae9e5fb7aa8b28.tar.xz |
Traditional themes GTK3: fix padding of .entry boxes and GtkComboBox
6 files changed, 15 insertions, 3 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, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css index 5563cf9d..df28eadb 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css @@ -675,6 +675,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/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 57f57e24..7f849722 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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, 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, |