Fix lint errors

This commit is contained in:
yflory
2016-12-07 12:22:21 +01:00
parent f26cdb1a21
commit ddc99cecb1
3 changed files with 13 additions and 13 deletions

View File

@@ -445,6 +445,7 @@ form.realtime table thead td input[type="text"][disabled],
div.realtime table thead td input[type="text"][disabled] {
color: white;
padding: 1px 5px;
border: none;
}
form.realtime table tbody .text-cell,
div.realtime table tbody .text-cell {

View File

@@ -488,6 +488,7 @@ form.realtime, div.realtime {
&[disabled] {
color: white;
padding: 1px 5px;
border: none;
}
}
}