web-apps/apps/common/main/resources/less/common.less
2020-12-26 17:44:36 +03:00

50 lines
754 B
Plaintext

label {
&.link {
border-bottom: 1px dotted @text-secondary;
cursor: pointer;
&.disabled {
cursor: default;
}
}
&.link-solid {
border-bottom: 1px solid @text-secondary;
cursor: pointer;
&.disabled {
cursor: default;
}
}
&.disabled {
opacity: 0.5;
}
}
.menu-shapes {
.item {
.box-shadow(none);
}
}
.combobox.fonts {
> .dropdown-menu {
max-height: 388px;
}
}
.user-select {
.user-select(text);
}
.dropdown-menu {
> li > a {
color: @text-normal;
}
}
textarea {
background-color: @background-normal;
color: @text-normal
}