summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-3.0/demo/css_basics.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/gtk-3.0/demo/css_basics.css')
-rw-r--r--gtk+-mingw/share/gtk-3.0/demo/css_basics.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/gtk+-mingw/share/gtk-3.0/demo/css_basics.css b/gtk+-mingw/share/gtk-3.0/demo/css_basics.css
deleted file mode 100644
index bd6a694..0000000
--- a/gtk+-mingw/share/gtk-3.0/demo/css_basics.css
+++ /dev/null
@@ -1,22 +0,0 @@
-/* You can edit the text in this window to change the
- * appearance of this Window.
- * Be careful, if you screw it up, nothing might be visible
- * anymore. :)
- */
-
-/* This CSS resets all properties to their defaults values
- * and overrides all user settings and the theme in use */
-@import url("reset.css");
-
-/* Set a very futuristic style by default */
-* {
- color: green;
- font-family: Monospace;
- border: 1px solid;
-}
-
-/* Make sure selections are visible */
-:selected {
- background-color: darkGreen;
- color: black;
-}