web-apps/apps/presentationeditor/main/resources/less/advanced-settings.less

41 lines
1 KiB
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.combo-arrow-style {
.form-control {
cursor: pointer;
background-color: white;
&.image {
2018-02-20 12:29:01 +00:00
.background-ximage('@{common-image-path}/right-panels/Begin-EndStyle.png', '@{common-image-path}/right-panels/Begin-EndStyle@2x.png', 480px);
2016-03-11 00:48:53 +00:00
background-repeat: no-repeat;
background-position: 10px 0;
background-attachment: scroll;
background-color: white;
}
}
.btn {
&:active:not(.disabled),
&.active:not(.disabled){
.caret {
background-position: @arrow-small-offset-x @arrow-small-offset-y;
}
}
}
}
.item-arrow {
2018-02-20 12:29:01 +00:00
.background-ximage('@{common-image-path}/right-panels/Begin-EndStyle.png', '@{common-image-path}/right-panels/Begin-EndStyle@2x.png', 480px);
2016-03-11 00:48:53 +00:00
width:44px;
height:20px;
}
.advanced-settings-dlg {
.div-category {
padding: 0 15px;
text-align: right;
2022-01-26 15:00:09 +00:00
.font-weight-bold();
2016-03-11 00:48:53 +00:00
font-size: 11px;
}
}