diff options
author | raveit65 <[email protected]> | 2015-08-13 12:02:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 12:03:05 +0200 |
commit | 0adbe03bc6909c2a1e7cb9aeb78c7f5e4a6b8146 (patch) | |
tree | 665e5a13585dd5dae9a29d04d334cc3c2914606d | |
parent | 8dc581dfb6caf6ba762561838765b7afd0ab3313 (diff) | |
download | mate-themes-0adbe03bc6909c2a1e7cb9aeb78c7f5e4a6b8146.tar.bz2 mate-themes-0adbe03bc6909c2a1e7cb9aeb78c7f5e4a6b8146.tar.xz |
Gtk+-3.16 GreenLaguna: style circular-button
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f9888c17..4d549ab3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1207,6 +1207,14 @@ GtkFileChooserButton .button { padding: 3px; } +.button.image-button.circular-button { + border-image: none; + border-width: 1px; + border-style: solid; + border-color: @button_border; + padding: 2px; +} + .button GtkImage, .button GtkImage:hover, .button GtkImage:checked, |