5b57ee760b
# Conflicts: # apps/common/main/resources/less/loadmask.less # apps/documenteditor/main/app/controller/Main.js # apps/documenteditor/main/app/view/FileMenuPanels.js # apps/documenteditor/main/resources/less/toolbar.less # apps/presentationeditor/main/app/controller/Main.js # apps/presentationeditor/main/app/controller/RightMenu.js # apps/presentationeditor/main/app/view/FileMenuPanels.js # apps/presentationeditor/main/app/view/SlideSettings.js # apps/spreadsheeteditor/main/app/controller/Main.js # apps/spreadsheeteditor/main/app/view/FileMenuPanels.js # apps/spreadsheeteditor/main/resources/less/toolbar.less
112 lines
2.3 KiB
Plaintext
112 lines
2.3 KiB
Plaintext
@tabs-bg-color: #aa5252;
|
|
|
|
.toolbar {
|
|
&.masked {
|
|
button.disabled .icon:not(.no-mask) {
|
|
background-position-x: 0px !important;
|
|
}
|
|
.group:not(.no-mask) {
|
|
opacity: 0.4;
|
|
}
|
|
}
|
|
|
|
.font-attr {
|
|
> .btn-slot:not(:last-child):not(.split) {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
> .btn-slot:not(:last-child).split {
|
|
margin-right: 2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.menu-layouts {
|
|
.dataview.inner {
|
|
& > div:not(.grouped-data):not([class^=ps-scrollbar]) {
|
|
.box-shadow(none);
|
|
|
|
&:hover,
|
|
&.selected {
|
|
.layout > div:first-child {
|
|
.box-shadow(0 0 0 2px @highlight-button-pressed);
|
|
}
|
|
}
|
|
}
|
|
|
|
.layout {
|
|
.title {
|
|
overflow: hidden;
|
|
text-align: center;
|
|
text-overflow: ellipsis;
|
|
white-space: normal;
|
|
}
|
|
|
|
& > div:first-child {
|
|
margin-bottom: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-markerlist {
|
|
.background-ximage-v2('toolbar/bullets-and-numbering.png', 38px);
|
|
width: 38px;
|
|
height: 38px;
|
|
}
|
|
|
|
// menu zoom
|
|
.menu-zoom {
|
|
line-height: @line-height-base;
|
|
.title {
|
|
padding: 5px 5px 5px 20px;
|
|
float: left;
|
|
max-width: 95px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.zoom {
|
|
padding: 5px 3px;
|
|
float: right;
|
|
min-width: 40px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.username-tip {
|
|
background-color: #ee3525;
|
|
border: none;
|
|
border-radius: 0;
|
|
padding: 3px 10px;
|
|
color: #fff;
|
|
font: 11px arial;
|
|
white-space: nowrap;
|
|
letter-spacing: 1px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#plugins-panel {
|
|
.separator:first-child {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
#special-paste-container {
|
|
position: absolute;
|
|
z-index: @zindex-dropdown - 20;
|
|
background-color: @background-toolbar;
|
|
border: 1px solid @border-regular-control;
|
|
}
|
|
|
|
.item-theme {
|
|
width: 85px;
|
|
height: 38px;
|
|
.background-ximage('../../../../../../sdkjs/common/Images/themes_thumbnail.png', '../../../../../../sdkjs/common/Images/themes_thumbnail@2x.png', 85px);
|
|
background-size: cover
|
|
}
|
|
|
|
#slot-btn-incfont, #slot-btn-decfont, #slot-btn-changecase {
|
|
margin-left: 2px;
|
|
} |