summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
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 /desktop-themes/Blue-Submarine
parent343ccffdfe4c9e0e009543a918cb4bd27e4fa903 (diff)
downloadmate-themes-17c0a64a476b9f728eeef8a34321547d5c2402d9.tar.bz2
mate-themes-17c0a64a476b9f728eeef8a34321547d5c2402d9.tar.xz
GTK3: submarine themes: fix padding for GtkToggleButton.button:hover
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css3
1 files changed, 2 insertions, 1 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;
}