diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
commit | 63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch) | |
tree | 6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-3.0/demo/fancy.css | |
parent | a4460f6d9453bbd7e584937686449cef3e19f052 (diff) |
Diffstat (limited to 'gtk+-mingw/share/gtk-3.0/demo/fancy.css')
-rw-r--r-- | gtk+-mingw/share/gtk-3.0/demo/fancy.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gtk+-mingw/share/gtk-3.0/demo/fancy.css b/gtk+-mingw/share/gtk-3.0/demo/fancy.css deleted file mode 100644 index a3d2ac3..0000000 --- a/gtk+-mingw/share/gtk-3.0/demo/fancy.css +++ /dev/null @@ -1,24 +0,0 @@ -GtkButton#fancy { - font-weight: bold; - background-image: linear-gradient(135deg, yellow, blue); - border-radius: 20px; - color: white; -} - -GtkButton#fancy:hover { - font-weight: bold; - background-image: linear-gradient(135deg, blue, yellow); - border-radius: 20px; - color: white; -} - -GtkButton#fancy:active { - font-weight: bold; - background-image: linear-gradient(yellow, yellow); - border-radius: 20px; - color: black; -} - -GtkButton#fancy * { - color: inherit; -} |