make disabled inputs pretty again
This commit is contained in:
parent
d85684ef74
commit
9fda1dcb76
@ -328,6 +328,11 @@ form.realtime table input[type="text"] {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
border: 3px solid #302B28;
|
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 {
|
form.realtime table thead tr th .remove {
|
||||||
color: #FF0073;
|
color: #FF0073;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@ -412,6 +412,11 @@ form.realtime {
|
|||||||
thead {
|
thead {
|
||||||
tr {
|
tr {
|
||||||
th {
|
th {
|
||||||
|
input[type="text"][disabled] {
|
||||||
|
background-color: transparent;
|
||||||
|
color: @fore;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.remove {
|
.remove {
|
||||||
color: @cp-red;
|
color: @cp-red;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user