summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-30 23:26:54 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-30 23:27:54 +0100
commit17c0a64a476b9f728eeef8a34321547d5c2402d9 (patch)
tree0ed9ccf24d7f0c788c72df5d5b37a6ea8d817951
parent343ccffdfe4c9e0e009543a918cb4bd27e4fa903 (diff)
downloadmate-themes-17c0a64a476b9f728eeef8a34321547d5c2402d9.tar.bz2
mate-themes-17c0a64a476b9f728eeef8a34321547d5c2402d9.tar.xz
GTK3: submarine themes: fix padding for GtkToggleButton.button:hover
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 96ad3d56..8bf9508b 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -891,7 +891,8 @@ GtkFileChooserButton .button {
padding: 5px 4px;
}
-GtkComboBox GtkToggleButton.button {
+GtkComboBox GtkToggleButton.button,
+GtkComboBox GtkToggleButton.button:hover {
padding: 4px;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index f42d5785..ef2e7ff5 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -894,7 +894,8 @@ GtkFileChooserButton .button {
padding: 5px 4px;
}
-GtkComboBox GtkToggleButton.button {
+GtkComboBox GtkToggleButton.button,
+GtkComboBox GtkToggleButton.button:hover {
padding: 4px;
}