mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
22 lines
358 B
CSS
22 lines
358 B
CSS
#user-stylesheet-indication
|
|
{
|
|
/* Used by the harness to display and indication there is a user-stylesheet applied */
|
|
display: block!important;
|
|
}
|
|
#cascade
|
|
{
|
|
/* Used by the test to hide the prerequsite */
|
|
display: none;
|
|
}
|
|
.cascadered
|
|
{
|
|
color: red;
|
|
}
|
|
.cascadegreen
|
|
{
|
|
color: green;
|
|
}
|
|
.cascadegreenimportant
|
|
{
|
|
color: green!important;
|
|
} |