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
b6a6729ce1
gtk2
/
testsuite
/
reftests
/
css-match-inherit.css
13 lines
103 B
CSS
Raw
Normal View
History
Unescape
Escape
reftests: Check that inherited properties work
2011-05-18 16:43:10 +00:00
*
{
engine
:
none
;
reftests: Ensure no explicit colors are set on labels
2012-01-03 21:40:08 +00:00
color
:
inherit
;
reftests: Check that inherited properties work
2011-05-18 16:43:10 +00:00
}
GtkButton
{
color
:
red
;
}
.
testinherit
*
{
color
:
red
;
}
Reference in New Issue
Copy Permalink