diff options
author | raveit65 <[email protected]> | 2015-09-15 20:48:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-15 20:50:54 +0200 |
commit | 4d4d443a157d984082cafbf8d0f83d57e9c53d5c (patch) | |
tree | 762eee940c06187b27bda3f24b14905bbad25210 /desktop-themes/Blue-Submarine | |
parent | 5505beba705804f24bcd9dbea327ad75f9dba3bd (diff) | |
download | mate-themes-4d4d443a157d984082cafbf8d0f83d57e9c53d5c.tar.bz2 mate-themes-4d4d443a157d984082cafbf8d0f83d57e9c53d5c.tar.xz |
Gtk-3.18 Submarine themes: use a padding for .popover .button.default.text-button.suggested-action
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 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 8a0b1a4f..e612fc7e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -5363,6 +5363,7 @@ GtkModelButton.button:selected, border-width: 0;
border-color: transparent;
border-radius: 5px;
+ padding: 5px 4px;
}
.popover .button.default.text-button.suggested-action:hover {
|