Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/less/hint-manager.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

19 lines
424 B
Plaintext

.hint-div {
display: none;
position: absolute;
z-index: @zindex-navbar + 3;
width: auto;
min-width: 18px;
height: 18px;
text-align: center;
background-color: @background-alt-key-hint-ie;
background-color: @background-alt-key-hint;
color: @text-alt-key-hint;
.font-size-medium();
line-height: 18px;
padding: 0 4px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
&.disabled {
opacity: 0.4;
}
}