Fixed problems with disabled fields, not view correctly. tiquet: #2203
This commit is contained in:
parent
0840c20764
commit
1423a6c20a
|
@ -2316,7 +2316,7 @@ li.links a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
input#text-id_parent.ac_input, input, textarea, select {
|
input#text-id_parent.ac_input, input, textarea, select {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff;
|
||||||
border: 1px solid #cbcbcb;
|
border: 1px solid #cbcbcb;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
|
|
Loading…
Reference in New Issue