This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0bfbf39306
gtk2
/
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