web-apps/apps/presentationeditor/main/resources/less/rightmenu.less

104 lines
2.1 KiB
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.settings-panel {
}
2021-01-21 21:18:15 +00:00
2020-02-28 11:58:51 +00:00
.right-panel .settings-panel {
label.input-label{
vertical-align: baseline;
}
}
2016-03-11 00:48:53 +00:00
.item-wrap {
width:50px;
height:50px;
background-size: cover;
}
.combo-pattern-item {
.background-ximage-all('right-panels/patterns.png', 112px);
2016-03-11 00:48:53 +00:00
}
.combo-dataview-menu {
.form-control {
cursor: pointer;
2021-02-16 08:36:00 +00:00
background-color: @background-normal-ie;
2020-12-21 10:32:36 +00:00
background-color: @background-normal;
2016-03-11 00:48:53 +00:00
&.text {
2021-02-16 08:36:00 +00:00
background: @background-normal-ie;
2020-12-21 10:32:36 +00:00
background: @background-normal;
2016-03-11 00:48:53 +00:00
vertical-align: bottom;
}
}
}
.item-gradient {
width:50px;
height:50px;
}
.item-gradient-separator {
margin-right: 62px !important;
}
#signature-requested-sign,
#signature-valid-sign,
#signature-invalid-sign {
height: 100%;
2017-11-02 09:14:53 +00:00
overflow: hidden;
margin: 0 -10px 0 -15px;
.item {
display: block;
border: none;
width: 100%;
.box-shadow(none);
margin: 0;
&:hover,
&.over {
2021-02-16 08:36:00 +00:00
background-color: @highlight-button-hover-ie;
2020-12-19 19:43:19 +00:00
background-color: @highlight-button-hover;
.caret {
display: inline-block;
}
}
}
.signature-item {
padding: 5px 2px 5px 15px;
text-overflow: ellipsis;
2017-11-21 08:34:38 +00:00
min-height: 25px;
.name {
width: 100%;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
max-width: 160px;
text-overflow: ellipsis;
}
.caret {
2021-11-24 14:55:15 +00:00
margin: 9px;
display: none;
position: absolute;
2021-11-24 14:55:15 +00:00
right: 14px;
width: 8px;
height: 8px;
border: solid 1px @icon-normal-pressed-ie;
border: solid 1px @icon-normal-pressed;
opacity: 0.6;
border-bottom: none;
border-right: none;
background-image: none;
transform: rotate(-135deg);
2017-11-21 08:34:38 +00:00
&.nomargin {
2021-11-24 14:55:15 +00:00
margin: 2px;
right: 26px;
}
}
}
2016-03-11 00:48:53 +00:00
}