summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-3.0/demo/fancy.css
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
commit63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch)
tree6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-3.0/demo/fancy.css
parenta4460f6d9453bbd7e584937686449cef3e19f052 (diff)
Removed gtk+ docsHEADmaster
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;
-}