layout/reftests/css-disabled/label/style.css

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 label {
     2   background-color: green;
     3 }
     5 label:disabled {
     6   background-color: red;
     7 }
     9 /* ref should always be green! */
    10 .ref:disabled {
    11   background-color: green;
    12 }

mercurial