1
0
Fork 0

Style disabled inputs

Dieser Commit ist enthalten in:
Angus McLeod 2018-06-14 09:59:58 +10:00
Ursprung 0bb1660b6b
Commit 1b83570ad3

Datei anzeigen

@ -199,6 +199,11 @@
line-height: 24px;
}
input[disabled] {
background-color: #e9e9e9;
border: #e9e9e9;
}
ul {
padding: 0;
}