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

117 lines
2.4 KiB
Plaintext
Raw Normal View History

2017-04-20 13:34:39 +00:00
.toolbar {
2016-03-11 00:48:53 +00:00
&.masked {
2017-06-15 13:18:40 +00:00
button.disabled .icon:not(.no-mask) {
2016-03-11 00:48:53 +00:00
}
2017-06-15 13:18:40 +00:00
.group:not(.no-mask) {
2016-03-11 00:48:53 +00:00
opacity: 0.4;
}
}
2017-04-21 13:36:06 +00:00
.font-attr {
2017-08-24 07:25:15 +00:00
> .btn-slot:not(:last-child):not(.split) {
2020-12-22 11:45:08 +00:00
margin-right: 4px;
2017-04-21 13:36:06 +00:00
}
> .btn-slot:not(:last-child).split {
margin-right: 2px;
2017-04-21 13:36:06 +00:00
}
}
2016-03-11 00:48:53 +00:00
}
.menu-layouts {
.dataview.inner {
& > div:not(.grouped-data):not([class^=ps-scrollbar]) {
.box-shadow(none);
&:hover,
&.selected {
.layout > div:first-child {
2021-02-16 08:36:00 +00:00
.box-shadow(0 0 0 2px @highlight-button-pressed-ie);
2020-12-19 19:43:19 +00:00
.box-shadow(0 0 0 2px @highlight-button-pressed);
2016-03-11 00:48:53 +00:00
}
}
}
.layout {
.title {
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: normal;
2021-04-09 12:20:55 +00:00
line-height: 14px;
2016-03-11 00:48:53 +00:00
}
& > div:first-child {
margin-bottom: 3px;
}
}
}
}
.item-markerlist {
2021-08-23 14:47:10 +00:00
width: 40px;
height: 40px;
2016-03-11 00:48:53 +00:00
}
2021-04-02 20:04:37 +00:00
.item-multilevellist {
width: 80px;
height: 80px;
}
2016-03-11 00:48:53 +00:00
// menu zoom
.menu-zoom {
line-height: @line-height-base;
2016-03-11 00:48:53 +00:00
.title {
2018-05-10 11:23:02 +00:00
padding: 5px 5px 5px 20px;
2016-03-11 00:48:53 +00:00
float: left;
max-width: 95px;
overflow: hidden;
text-overflow: ellipsis;
}
.zoom {
padding: 5px 3px;
float: right;
2017-08-08 11:29:43 +00:00
min-width: 40px;
text-align: center;
2016-03-11 00:48:53 +00:00
}
}
.username-tip {
background-color: #ee3525;
border: none;
border-radius: 0;
padding: 3px 10px;
2017-04-20 13:34:39 +00:00
color: #fff;
2016-03-11 00:48:53 +00:00
font: 11px arial;
white-space: nowrap;
letter-spacing: 1px;
overflow: hidden;
text-overflow: ellipsis;
2016-10-25 10:48:31 +00:00
}
2017-08-11 11:01:27 +00:00
#plugins-panel {
.separator:first-child {
display: inline-block;
}
2017-09-19 08:17:54 +00:00
}
#special-paste-container {
position: absolute;
z-index: @zindex-dropdown - 20;
2021-02-16 08:36:00 +00:00
background-color: @background-toolbar-ie;
2020-12-19 19:43:19 +00:00
background-color: @background-toolbar;
2021-02-16 08:36:00 +00:00
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
Merge branch 'develop' into feature/multiZoom5.5 # Conflicts: # apps/common/main/resources/img/toolbar/1x/big/.css.handlebars # apps/common/main/resources/less/asc-mixins.less # apps/common/main/resources/less/buttons.less # apps/common/main/resources/less/checkbox.less # apps/common/main/resources/less/combo-dataview.less # apps/common/main/resources/less/comments.less # apps/common/main/resources/less/common.less # apps/common/main/resources/less/dataview.less # apps/common/main/resources/less/dropdown-menu.less # apps/common/main/resources/less/listview.less # apps/common/main/resources/less/multislider-gradient.less # apps/common/main/resources/less/radiobox.less # apps/common/main/resources/less/scroller.less # apps/common/main/resources/less/separator.less # apps/common/main/resources/less/theme-colorpalette.less # apps/common/main/resources/less/toolbar.less # apps/common/main/resources/less/window.less # apps/documenteditor/main/resources/less/advanced-settings.less # apps/documenteditor/main/resources/less/filemenu.less # apps/documenteditor/main/resources/less/leftmenu.less # apps/documenteditor/main/resources/less/rightmenu.less # apps/documenteditor/main/resources/less/statusbar.less # apps/documenteditor/main/resources/less/toolbar.less # apps/presentationeditor/main/resources/less/leftmenu.less # apps/presentationeditor/main/resources/less/rightmenu.less # apps/presentationeditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/celleditor.less # apps/spreadsheeteditor/main/resources/less/leftmenu.less # apps/spreadsheeteditor/main/resources/less/rightmenu.less # apps/spreadsheeteditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/toolbar.less
2021-02-10 12:40:30 +00:00
border: @scaled-one-px-value solid @border-regular-control;
2019-07-23 09:58:51 +00:00
}
.item-theme {
2021-03-30 10:23:23 +00:00
width: 88px;
height: 40px;
2021-08-18 12:18:58 +00:00
.background-ximage-all('../../../../../../sdkjs/common/Images/themes_thumbnail.png', 88px);
2019-07-23 09:58:51 +00:00
background-size: cover
}
2020-11-27 21:23:26 +00:00
2021-01-29 13:06:51 +00:00
#slot-btn-incfont, #slot-btn-decfont, #slot-btn-changecase {
2020-11-27 21:23:26 +00:00
margin-left: 2px;
}