This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-11-19 18:00:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
88c63903a5
gtk
/
tests
/
reftests
/
css-match-exact.css
10 lines
105 B
CSS
Raw
Normal View
History
Unescape
Escape
reftests: Fix css-match-exact Ensure that background-colors are always set. And import reset-to-defaults so that there's no background image or so.
2012-02-02 01:58:59 +00:00
@
import
"reset-to-defaults.css"
;
*
{
background-color
:
green
;
}
reftests: Add a test ensuring selectors don't match children Previously, the selector "Foo" would not only match Foo widgets, but also all widgets that are descendants of Foo.
2011-05-15 11:27:19 +00:00
GtkGrid
{
reftests: Fix css-match-exact Ensure that background-colors are always set. And import reset-to-defaults so that there's no background image or so.
2012-02-02 01:58:59 +00:00
background-color
:
red
;
reftests: Add a test ensuring selectors don't match children Previously, the selector "Foo" would not only match Foo widgets, but also all widgets that are descendants of Foo.
2011-05-15 11:27:19 +00:00
}
Reference in New Issue
Copy Permalink