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-15 13:10:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
89121e058a
gtk
/
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