diff options
author | raveit65 <[email protected]> | 2015-08-12 00:58:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-12 00:59:52 +0200 |
commit | 83c00442b84d0d03fc45cef0c11e3a1f93439d85 (patch) | |
tree | 93f0eb15a2ec62a927cf9101d3160c1a50362dd1 /desktop-themes/BlackMATE | |
parent | 6e5579c7ae46a380ca5ddd9b41c73f93299ffbeb (diff) | |
download | mate-themes-83c00442b84d0d03fc45cef0c11e3a1f93439d85.tar.bz2 mate-themes-83c00442b84d0d03fc45cef0c11e3a1f93439d85.tar.xz |
Gtk+-3.16 BackMATE: style circular-button
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index cc21f8a7..8f9d972c 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1267,6 +1267,13 @@ GtkComboBox .menu { border-radius: 3px; } +.button.image-button.circular-button { + border-image: none; + border-width: 1px; + border-style: solid; + border-color: @button_border; +} + .button GtkImage, .button GtkImage:hover, .button GtkImage:checked, |