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/css_basics.css | |
parent | a4460f6d9453bbd7e584937686449cef3e19f052 (diff) |
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.css | 22 |
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; -} |