cascade.css (358B)
1 #user-stylesheet-indication 2 { 3 /* Used by the harness to display and indication there is a user-stylesheet applied */ 4 display: block!important; 5 } 6 #cascade 7 { 8 /* Used by the test to hide the prerequsite */ 9 display: none; 10 } 11 .cascadered 12 { 13 color: red; 14 } 15 .cascadegreen 16 { 17 color: green; 18 } 19 .cascadegreenimportant 20 { 21 color: green!important; 22 }