Fix: css
This commit is contained in:
parent
59c97afeed
commit
154daa0657
@ -250,7 +250,8 @@ input.flat {
|
|||||||
input:disabled {background:#b6b6b6;}
|
input:disabled {background:#b6b6b6;}
|
||||||
|
|
||||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
|
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
||||||
background-image:none !important;
|
background-image:none !important;
|
||||||
|
|||||||
@ -142,7 +142,8 @@ textarea:disabled {
|
|||||||
background:#ddd;
|
background:#ddd;
|
||||||
}
|
}
|
||||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
|
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
||||||
background-image:none !important;
|
background-image:none !important;
|
||||||
|
|||||||
@ -155,7 +155,8 @@ textarea:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
|
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
||||||
background-image:none !important;
|
background-image:none !important;
|
||||||
|
|||||||
@ -125,7 +125,8 @@ textarea:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
|
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
||||||
background-image:none !important;
|
background-image:none !important;
|
||||||
|
|||||||
@ -279,7 +279,8 @@ textarea:disabled {
|
|||||||
background:#ddd;
|
background:#ddd;
|
||||||
}
|
}
|
||||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
input[type=radio] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
|
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
background-color: <?php echo empty($dol_use_jmobile)?'#FBFFEA':'#FFFFFF' ?> !important;
|
||||||
background-image:none !important;
|
background-image:none !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user