129 lines
2.8 KiB
Plaintext
129 lines
2.8 KiB
Plaintext
@tabs-bg-color: #40865c;
|
|
|
|
.toolbar {
|
|
&.masked {
|
|
button.disabled .icon:not(.no-mask) {
|
|
background-position-x: 0px !important;
|
|
}
|
|
.group:not(.no-mask) {
|
|
opacity: 0.4;
|
|
}
|
|
}
|
|
|
|
.simple-bar {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
|
|
.font-attr {
|
|
> .btn-slot:not(:last-child):not(.split) {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
> .btn-slot.split:not(:last-child) {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.font-attr-top {
|
|
width: 243px;
|
|
|
|
> .btn-slot {
|
|
float: left;
|
|
|
|
&:not(:first-child) {
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
// 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: #ffffff;
|
|
font: 11px arial;
|
|
pointer-events: none;
|
|
white-space: nowrap;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
#id-toolbar-btn-num-format button .caption {
|
|
display: inline-block;
|
|
}
|
|
|
|
#id-toolbar-mnu-item-border-width {
|
|
.border-size-item {
|
|
background: ~"url(@{app-image-const-path}/toolbar/BorderSize.png) no-repeat scroll 0 0";
|
|
width: 60px;
|
|
height: 20px;
|
|
margin: -3px 10px -2px;
|
|
|
|
@media only screen {
|
|
//@media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.9),
|
|
// (min-resolution: 1.5dppx) and (max-resolution: 1.9dppx),
|
|
// (min-resolution: 144dpi) and (max-resolution: 191dpi)
|
|
//{
|
|
// background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
|
|
// background-size: 60px auto;
|
|
//}
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 2),
|
|
(min-resolution: 2dppx),
|
|
(min-resolution: 192dpi)
|
|
{
|
|
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@2x.png)";
|
|
background-size: 60px auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#special-paste-container,
|
|
#autocorrect-paste-container {
|
|
position: absolute;
|
|
z-index: @zindex-dropdown - 20;
|
|
background-color: @background-toolbar;
|
|
border: 1px solid @border-regular-control;
|
|
}
|
|
|
|
#slot-field-fontname {
|
|
width: 148px;
|
|
}
|
|
|
|
#slot-field-fontsize {
|
|
width: 45px;
|
|
}
|
|
|
|
.item-markerlist {
|
|
.background-ximage-v2('toolbar/bullets-and-numbering.png', 38px);
|
|
width: 38px;
|
|
height: 38px;
|
|
}
|
|
|
|
#slot-field-zoom {
|
|
float: left;
|
|
min-width: 46px;
|
|
} |