diff options
author | raveit65 <[email protected]> | 2015-09-15 20:48:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-15 20:48:58 +0200 |
commit | a3242cf7cc2e6d50969aeeed1437629b5f6c88cb (patch) | |
tree | 29d244ef08d82702de7ad752b9a54d188e4161ab /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 0cbac3b52fb74d3756c680a155b1206d821df3b3 (diff) | |
download | mate-themes-a3242cf7cc2e6d50969aeeed1437629b5f6c88cb.tar.bz2 mate-themes-a3242cf7cc2e6d50969aeeed1437629b5f6c88cb.tar.xz |
Gtk-3.18 Submarine themes: use a padding for .popover .button.default.text-button.suggested-action
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 1 insertions, 7 deletions
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 {
|