FIX Css on disabled standard combo
This commit is contained in:
parent
a2140412e0
commit
f6b60290f0
@ -249,8 +249,9 @@ select.flat, form.flat select {
|
||||
select:invalid {
|
||||
color: gray;
|
||||
}
|
||||
input:disabled {
|
||||
background:#ddd;
|
||||
input:disabled, textarea:disabled, select[disabled='disabled']
|
||||
{
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
@ -261,9 +262,6 @@ input.removedfile {
|
||||
border: 0px !important;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input[type=file ] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||
|
||||
@ -468,8 +468,10 @@ select.flat, form.flat select {
|
||||
opacity: 0;
|
||||
}
|
||||
select:invalid { color: gray; }
|
||||
input:disabled {
|
||||
background:#f4f4f4;
|
||||
|
||||
input:disabled, textarea:disabled, select[disabled='disabled']
|
||||
{
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
input.liste_titre {
|
||||
@ -483,9 +485,7 @@ input.removedfile {
|
||||
border: 0px !important;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
textarea:disabled {
|
||||
background:#f4f4f4;
|
||||
}
|
||||
|
||||
input[type=file ] { background-color: transparent; border-top: none; border-left: none; border-right: none; box-shadow: none; }
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user