Sha256: 8e017c39b836c2681252fcff99f7d0ce4165fd8b46b86f73bdc531540a6acc78

Contents?: true

Size: 549 Bytes

Versions: 9

Compression:

Stored size: 549 Bytes

Contents

/* 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("resource://css_basics/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;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gtk3-3.0.8-x86-mingw32 sample/gtk-demo/css_basics.css
gtk3-3.0.8-x64-mingw32 sample/gtk-demo/css_basics.css
gtk3-3.0.8 sample/gtk-demo/css_basics.css
gtk3-3.0.7-x86-mingw32 sample/gtk-demo/css_basics.css
gtk3-3.0.7-x64-mingw32 sample/gtk-demo/css_basics.css
gtk3-3.0.7 sample/gtk-demo/css_basics.css
gtk3-3.0.6-x86-mingw32 sample/gtk-demo/css_basics.css
gtk3-3.0.6-x64-mingw32 sample/gtk-demo/css_basics.css
gtk3-3.0.6 sample/gtk-demo/css_basics.css