summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-placeholder/input/style-shown.css
blob: a73b0c5fd057cbafcfe27f7fa1c7c92ef75886da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
input::placeholder {
  color: green;
  opacity: 1.0;
}

input:placeholder-shown {
  appearance: none;
  color: FieldText;
  background-color: red;
}

input:placeholder-shown.shown,
input.shown-ref {
  appearance: none;
  color: green;
  background-color: #c7c7c7;
  font-style: italic;
  border: 2px solid green;
  height: 200px;
  width: 200px;
}