diff options
author | raveit65 <[email protected]> | 2015-08-13 12:02:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 12:03:28 +0200 |
commit | 7fd376ef51c132a1078de2b0e198392c4e6d5d6f (patch) | |
tree | f2a1bc3438541a07e76c3fed28ff056ef6e73b64 /desktop-themes/GreenLaguna | |
parent | c50274587edc561484d9bf87df166d2c04a5b1e2 (diff) | |
download | mate-themes-7fd376ef51c132a1078de2b0e198392c4e6d5d6f.tar.bz2 mate-themes-7fd376ef51c132a1078de2b0e198392c4e6d5d6f.tar.xz |
Gtk+-3.16 GreenLaguna: style circular-button
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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 d1c567a2..88b4ba25 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1202,6 +1202,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, |