0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

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; line-height: 24px;
} }
input[disabled] {
background-color: #e9e9e9;
border: #e9e9e9;
}
ul { ul {
padding: 0; padding: 0;
} }