From a768015477686a9d308e035284c6722faa671100 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Wed, 30 Dec 2015 23:26:54 +0100 Subject: GTK3: submarine themes: fix padding for GtkToggleButton.button:hover --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 3 ++- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'desktop-themes') 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 0f138a3e..6aea813e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -897,7 +897,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 38ab9363..69795c48 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -900,7 +900,8 @@ GtkFileChooserButton .button { padding: 5px 4px; } -GtkComboBox GtkToggleButton.button { +GtkComboBox GtkToggleButton.button, +GtkComboBox GtkToggleButton.button:hover { padding: 4px; } -- cgit v1.2.1