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
6f01508aa8
gtk2
/
testsuite
/
reftests
/
css-match-inherit.css
12 lines
84 B
CSS
Raw
Normal View
History
Unescape
Escape
reftests: Check that inherited properties work
2011-05-18 16:43:10 +00:00
*
{
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
}
reftests: Fix up for easy CSS changes This is mostly search and replace ala GtkButton => button GtkWindow => window .button => button or removing style properties that aren't used anymore like -GtkButton-default-border: 0
2016-01-18 04:04:12 +00:00
button
{
reftests: Check that inherited properties work
2011-05-18 16:43:10 +00:00
color
:
red
;
}
.
testinherit
*
{
color
:
red
;
}
Reference in New Issue
Copy Permalink