summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-26 21:32:17 +0200
committerraveit65 <[email protected]>2015-07-26 21:32:17 +0200
commitc299fb468ba871d9d04460475dae9e5fb7aa8b28 (patch)
tree10caa05fa2fc814cedafaa0074ac8fd708b7bc05 /desktop-themes/TraditionalOk
parent944fcbc4ce1eda1f7c3a36609a51f52be2de042a (diff)
downloadmate-themes-c299fb468ba871d9d04460475dae9e5fb7aa8b28.tar.bz2
mate-themes-c299fb468ba871d9d04460475dae9e5fb7aa8b28.tar.xz
Traditional themes GTK3: fix padding of .entry boxes and GtkComboBox
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css2
2 files changed, 5 insertions, 1 deletions
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,