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

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.toolbar-btn-icon(advanced-btn-ratio, 67, 20px);
.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;
font-weight: bold;
font-size: 11px;
}
}