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 | |
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')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 8 |
2 files changed, 2 insertions, 7 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 {
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 52f3a7d0..908b772e 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4707,13 +4707,6 @@ GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { box-shadow: none;
}
-.dialog-action-area.linked .button.suggested-action,
-.dialog-action-area.linked .button.suggested-action:active,
-.dialog-action-area.linked .button.suggested-action:checked,
-.dialog-action-area.linked .button.suggested-action:insensitive {
- box-shadow: none;
-}
-
/**************
* Dim labels *
**************/
@@ -5354,6 +5347,7 @@ GtkModelButton.button:selected, border-width: 0;
border-color: transparent;
border-radius: 5px;
+ padding: 5px 4px;
}
.popover .button.default.text-button.suggested-action:hover {
|