hover
This commit is contained in:
parent
21e8f4134f
commit
b145ae566a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user