2021-04-21 17:52:17 +00:00
|
|
|
.hint-div {
|
2021-07-05 17:17:04 +00:00
|
|
|
display: none;
|
2021-04-21 17:52:17 +00:00
|
|
|
position: absolute;
|
|
|
|
z-index: @zindex-navbar + 3;
|
2021-05-20 17:02:11 +00:00
|
|
|
width: auto;
|
2021-06-01 17:07:24 +00:00
|
|
|
min-width: 18px;
|
|
|
|
height: 18px;
|
2021-04-21 17:52:17 +00:00
|
|
|
text-align: center;
|
2021-05-19 18:36:04 +00:00
|
|
|
background-color: @background-alt-key-hint-ie;
|
|
|
|
background-color: @background-alt-key-hint;
|
2021-04-21 17:52:17 +00:00
|
|
|
color: @text-normal;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
2021-05-19 18:36:04 +00:00
|
|
|
padding: 0 4px;
|
|
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
2021-05-20 17:02:11 +00:00
|
|
|
&.disabled {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
2021-04-21 17:52:17 +00:00
|
|
|
}
|