make disabled inputs pretty again

This commit is contained in:
ansuz
2016-08-18 12:35:39 +02:00
parent d85684ef74
commit 9fda1dcb76
2 changed files with 10 additions and 0 deletions

View File

@@ -328,6 +328,11 @@ form.realtime table input[type="text"] {
width: 80%;
border: 3px solid #302B28;
}
form.realtime table thead tr th input[type="text"][disabled] {
background-color: transparent;
color: #fafafa;
font-weight: bold;
}
form.realtime table thead tr th .remove {
color: #FF0073;
cursor: pointer;