layout/reftests/css-ui-valid/select/style.css

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 /* Override default style */
     2 select:invalid {
     3   box-shadow: none;
     4 }
     6 select.notvalid {
     7   background-color: green;
     8 }
     9 select.notvalid:-moz-ui-valid {
    10   background-color: red;
    11 }
    13 select.valid {
    14   background-color: red;
    15 }
    16 select.valid:-moz-ui-valid {
    17   background-color: green;
    18 }

mercurial