mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 21:25:47 +01:00
inactive buttons can no longer be highlighted, like bladeburner skill level up
This commit is contained in:
parent
2198bfd962
commit
6969a8f92c
@ -47,6 +47,11 @@ button {
|
|||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.tooltiptext,
|
.tooltiptext,
|
||||||
.tooltiptexthigh,
|
.tooltiptexthigh,
|
||||||
|
Loading…
Reference in New Issue
Block a user