forked from I2P_Developers/i2p.i2p
Console: CSS fix hover over disabled button
This commit is contained in:
@@ -4393,7 +4393,7 @@ select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[readonly], input[disabled], input[readonly]:focus, input[disabled]:focus {
|
||||
input[readonly], input[disabled], input[readonly]:focus, input[disabled]:focus, input[disabled]:hover {
|
||||
background: #e9e9e9;
|
||||
box-shadow: inset 1px 1px 1px rgba(204, 204, 204, 0.6);
|
||||
color: #4d4d5f;
|
||||
|
||||
Reference in New Issue
Block a user