diff options
author | raveit65 <[email protected]> | 2015-08-13 12:02:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 12:02:28 +0200 |
commit | 022fafe0f28cdd49ad906a37c4e063ce1fec3a05 (patch) | |
tree | 9ce4d9d56840d008680089f3883cae7cf48d2503 | |
parent | 0a3936150828e8bb17986c612b78a2661df89be0 (diff) | |
download | mate-themes-022fafe0f28cdd49ad906a37c4e063ce1fec3a05.tar.bz2 mate-themes-022fafe0f28cdd49ad906a37c4e063ce1fec3a05.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, |