summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-3.0/demo/fancy.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/gtk-3.0/demo/fancy.css')
-rw-r--r--gtk+-mingw/share/gtk-3.0/demo/fancy.css24
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;
-}