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-06 16:50:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
001d42f369
gtk
/
tests
/
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