diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-30 23:26:54 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-30 23:27:54 +0100 |
commit | 17c0a64a476b9f728eeef8a34321547d5c2402d9 (patch) | |
tree | 0ed9ccf24d7f0c788c72df5d5b37a6ea8d817951 /desktop-themes | |
parent | 343ccffdfe4c9e0e009543a918cb4bd27e4fa903 (diff) | |
download | mate-themes-17c0a64a476b9f728eeef8a34321547d5c2402d9.tar.bz2 mate-themes-17c0a64a476b9f728eeef8a34321547d5c2402d9.tar.xz |
GTK3: submarine themes: fix padding for GtkToggleButton.button:hover
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 3 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 3 |
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;
}
|