web-apps/apps/common/main/resources/less/common.less

47 lines
709 B
Plaintext

label {
&.link {
border-bottom: 1px dotted #aaa;
cursor: pointer;
&.disabled {
cursor: default;
}
}
&.link-solid {
border-bottom: 1px solid #aaa;
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-divider {
margin: 6.5px 0;
}
a:not(.dropdown-item), a:not(.dropdown-item):not([href]) {
color: @link-color;
}