This commit is contained in:
Adrien MALINGREY 2024-04-09 01:38:42 +02:00
parent 21e8f4134f
commit b145ae566a

View File

@ -20,7 +20,7 @@ table input {
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;
text-align: center; text-align: center;
-moz-appearance: textfield !important; appearance: textfield !important;
border-radius: 0 !important; border-radius: 0 !important;
} }
@ -33,6 +33,10 @@ table input:not([disabled]) {
color: inherit !important; color: inherit !important;
} }
table input:not([disabled]):hover {
background: #9fb9b945 !important;
}
table input:disabled { table input:disabled {
background-position: center !important; background-position: center !important;
} }