278 lines
4.9 KiB
Plaintext
278 lines
4.9 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: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.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 @primary);
|
|
}
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.color-schemas-menu {
|
|
span {
|
|
&.colors {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
&.color {
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: 2px;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
vertical-align: middle;
|
|
}
|
|
|
|
&.text {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
&.checked {
|
|
&:before {
|
|
display: none !important;
|
|
}
|
|
&, &:hover, &:focus {
|
|
background-color: @primary;
|
|
color: @dropdown-link-active-color;
|
|
span.color {
|
|
border-color: rgba(255,255,255,0.7);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
// charts
|
|
.menu-insertchart {
|
|
.group-description {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.group-items-container {
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.item-chartlist {
|
|
.background-ximage('@{common-image-path}/toolbar/charttypes.png', '@{common-image-path}/toolbar/charttypes@2x.png', 250px);
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.line-normal {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.line-stack {
|
|
background-position: -50px 0;
|
|
}
|
|
|
|
.line-pstack {
|
|
background-position: -100px 0;
|
|
}
|
|
|
|
.line-3d {
|
|
background-position: -150px 0;
|
|
}
|
|
|
|
.column-normal {
|
|
background-position: 0 -50px;
|
|
}
|
|
|
|
.column-stack{
|
|
background-position: -50px -50px;
|
|
}
|
|
|
|
.column-pstack{
|
|
background-position: -100px -50px;
|
|
}
|
|
|
|
.column-3d-normal {
|
|
background-position: -150px -50px;
|
|
}
|
|
|
|
.column-3d-stack{
|
|
background-position: -200px -50px;
|
|
}
|
|
|
|
.column-3d-pstack{
|
|
background-position: -150px -100px;
|
|
}
|
|
|
|
.column-3d-normal-per{
|
|
background-position: -200px -100px;
|
|
}
|
|
|
|
.bar-normal {
|
|
background-position: 0 -100px;
|
|
}
|
|
|
|
.bar-stack{
|
|
background-position: -50px -100px;
|
|
}
|
|
|
|
.bar-pstack{
|
|
background-position: -100px -100px;
|
|
}
|
|
|
|
.bar-3d-normal {
|
|
background-position: -150px -150px;
|
|
}
|
|
|
|
.bar-3d-stack{
|
|
background-position: -200px -150px;
|
|
}
|
|
|
|
.bar-3d-pstack{
|
|
background-position: -150px -200px;
|
|
}
|
|
|
|
.area-normal {
|
|
background-position: 0 -150px;
|
|
}
|
|
|
|
.area-stack{
|
|
background-position: -50px -150px;
|
|
}
|
|
|
|
.area-pstack{
|
|
background-position: -100px -150px;
|
|
}
|
|
|
|
.pie-normal {
|
|
background-position: 0 -200px;
|
|
}
|
|
|
|
.pie-3d-normal {
|
|
background-position: -200px -200px;
|
|
}
|
|
|
|
.point-normal{
|
|
background-position: -50px -200px;
|
|
}
|
|
|
|
.stock-normal{
|
|
background-position: -100px -200px;
|
|
}
|
|
|
|
.pie-doughnut{
|
|
background-position: -200px 0;
|
|
}
|
|
|
|
.surface-normal{
|
|
background-position: 0px -300px;
|
|
}
|
|
|
|
.surface-wireframe{
|
|
background-position: -50px -300px;
|
|
}
|
|
|
|
.contour-normal{
|
|
background-position: -100px -300px;
|
|
}
|
|
|
|
.contour-wireframe{
|
|
background-position: -150px -300px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.item-equation {
|
|
border: 1px solid @gray;
|
|
.background-ximage-v2('toolbar/math.png', 1500px);
|
|
}
|
|
|
|
#plugins-panel {
|
|
.separator:first-child {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
#special-paste-container {
|
|
position: absolute;
|
|
z-index: @zindex-dropdown - 20;
|
|
background-color: @gray-light;
|
|
border: 1px solid @gray;
|
|
}
|
|
|
|
.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
|
|
}
|