layout/reftests/css-disabled/textarea/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 .ref {
     2   background-color: green;
     3 }
     5 .disabled {
     6   background-color: red;
     7 }
     9 :disabled.disabled {
    10   background-color: green;
    11 }
    13 .enabled {
    14   background-color: green;
    15 }
    17 :disabled.enabled {
    18   background-color: red;
    19 }

mercurial