make disabled inputs pretty again
This commit is contained in:
@@ -412,6 +412,11 @@ form.realtime {
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
input[type="text"][disabled] {
|
||||
background-color: transparent;
|
||||
color: @fore;
|
||||
font-weight: bold;
|
||||
}
|
||||
.remove {
|
||||
color: @cp-red;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user