2017-02-15 13:45:25 +00:00
|
|
|
|
2018-02-27 13:17:15 +00:00
|
|
|
@tabs-bg-color: #446995;
|
2017-06-02 14:26:43 +00:00
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
.toolbar {
|
|
|
|
&.masked {
|
2017-03-09 08:41:47 +00:00
|
|
|
button.disabled .icon:not(.no-mask) {
|
2016-03-11 00:48:53 +00:00
|
|
|
background-position-x: 0px !important;
|
|
|
|
}
|
2017-04-20 10:32:55 +00:00
|
|
|
.group:not(.no-mask) {
|
2016-03-11 00:48:53 +00:00
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
}
|
2017-04-04 15:43:57 +00:00
|
|
|
|
|
|
|
.font-attr {
|
2017-07-04 14:24:15 +00:00
|
|
|
> .btn-slot:not(:last-child):not(.split) {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .btn-slot:not(:last-child).split {
|
|
|
|
margin-right: 2px;
|
2017-04-04 15:43:57 +00:00
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-mask {
|
|
|
|
position: absolute;
|
2017-06-14 14:29:36 +00:00
|
|
|
top: 32px;
|
2016-03-11 00:48:53 +00:00
|
|
|
left: 48px;
|
2018-04-24 13:15:26 +00:00
|
|
|
right: 0;
|
2017-06-15 13:18:40 +00:00
|
|
|
bottom: 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
opacity: 0;
|
|
|
|
background-color: @gray-light;
|
2018-04-24 13:15:26 +00:00
|
|
|
/* z-index: @zindex-tooltip + 1; */
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
2017-08-23 14:49:56 +00:00
|
|
|
.toolbar-group-mask {
|
|
|
|
position: absolute;
|
2017-08-31 08:15:03 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2017-08-23 14:49:56 +00:00
|
|
|
bottom: 0;
|
|
|
|
opacity: 0;
|
|
|
|
background-color: @gray-light;
|
|
|
|
z-index: @zindex-tooltip + 1;
|
|
|
|
}
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
.item-markerlist {
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/toolbar/bullets-and-numbering.png', '@{common-image-path}/toolbar/bullets-and-numbering@2x.png', 38px);
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 38px;
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
|
2018-03-14 10:19:41 +00:00
|
|
|
.dropdown-menu {
|
|
|
|
> li > a.item-contents {
|
|
|
|
div {
|
|
|
|
.background-ximage('@{app-image-path}/toolbar/contents.png', '@{app-image-path}/toolbar/contents@2x.png', 246px);
|
|
|
|
width: 246px;
|
|
|
|
height: 72px;
|
|
|
|
|
|
|
|
.box-shadow(0 0 0 1px @gray);
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&.selected {
|
|
|
|
.box-shadow(0 0 0 2px @primary);
|
2017-12-23 08:33:49 +00:00
|
|
|
}
|
2018-03-14 10:19:41 +00:00
|
|
|
}
|
2017-12-23 08:33:49 +00:00
|
|
|
|
2018-03-14 10:19:41 +00:00
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: transparent;
|
2017-12-23 08:33:49 +00:00
|
|
|
|
2018-03-14 10:19:41 +00:00
|
|
|
div {
|
|
|
|
.box-shadow(0 0 0 2px @primary);
|
2017-12-23 08:33:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// page number position
|
|
|
|
.menu-pageposition {
|
|
|
|
.dataview {
|
|
|
|
width: 125px;
|
|
|
|
height: 85px;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
> .item {
|
|
|
|
cursor: default;
|
|
|
|
opacity: 0.5;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.box-shadow(0 0 0 1px @gray);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-pagenumber {
|
|
|
|
.background-ximage('@{app-image-path}/toolbar/colontitules.png', '@{app-image-path}/toolbar/colontitules@2x.png', 33px);
|
|
|
|
width: 33px;
|
|
|
|
height: 33px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// menu zoom
|
|
|
|
.menu-zoom {
|
2018-05-04 11:56:33 +00:00
|
|
|
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;
|
2016-12-19 11:44:02 +00:00
|
|
|
//max-width: 95px;
|
2016-03-11 00:48:53 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// charts
|
|
|
|
.menu-insertchart {
|
|
|
|
.group-description {
|
2016-12-16 08:37:57 +00:00
|
|
|
padding-left: 4px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.group-items-container {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-chartlist {
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/toolbar/charttypes.png', '@{common-image-path}/toolbar/charttypes@2x.png', 250px);
|
2016-03-11 00:48:53 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2017-07-05 12:22:02 +00:00
|
|
|
.surface-normal{
|
2017-07-14 09:08:16 +00:00
|
|
|
background-position: 0px -300px;
|
2017-07-05 12:22:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.surface-wireframe{
|
2017-07-14 09:08:16 +00:00
|
|
|
background-position: -50px -300px;
|
2017-07-05 12:22:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.contour-normal{
|
2017-07-14 09:08:16 +00:00
|
|
|
background-position: -100px -300px;
|
2017-07-05 12:22:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.contour-wireframe{
|
2017-07-14 09:08:16 +00:00
|
|
|
background-position: -150px -300px;
|
2017-07-05 12:22:02 +00:00
|
|
|
}
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
@toolbar-icon-size: 20px;
|
|
|
|
.button-normal-icon(btn-align-center, 0, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-align-just, 1, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-align-left, 2, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-align-right, 3, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-bold, 5, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-pagebreak, 6, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-clearstyle, 7, @toolbar-icon-size);
|
|
|
|
//.toolbar-btn-icon(btn-editheader, 8, @toolbar-icon-size); // dublicate !!! index-39
|
|
|
|
.button-normal-icon(btn-copy, 9, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-copystyle, 10, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-decoffset, 11, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-decfont, 12, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-paracolor, 13, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-fontcolor, 14, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-incoffset, 15, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-incfont, 16, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-italic, 19, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-linespace, 20, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-setmarkers, 21, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-multilevels, 22, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-numbering, 23, @toolbar-icon-size);
|
2017-07-11 08:27:56 +00:00
|
|
|
//.button-normal-icon(btn-pageorient, 24, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-pagesize, 25, @toolbar-icon-size);
|
2016-03-11 00:48:53 +00:00
|
|
|
.button-normal-icon(btn-paste, 26, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-print, 27, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-redo, 28, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-save, 29, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-highlight, 31, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-strikeout, 32, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-subscript, 33, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-superscript, 34, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-underline, 35, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-undo, 36, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-hidenchars, 37, @toolbar-icon-size);
|
2017-07-21 10:48:02 +00:00
|
|
|
//.button-normal-icon(btn-editheader, 39, @toolbar-icon-size);
|
2016-03-11 00:48:53 +00:00
|
|
|
.button-normal-icon(btn-mailrecepients, 40, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-synch, 42, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-save-coauth, 41, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-colorschemas, 44, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-hidebars, 47, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-settings, 48, @toolbar-icon-size);
|
|
|
|
//.toolbar-btn-icon(btn-bold, 5, @toolbar-icon-size);
|
2017-04-11 12:31:45 +00:00
|
|
|
.button-normal-icon(btn-zoomup, 57, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-zoomdown, 58, @toolbar-icon-size);
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-06-26 12:47:54 +00:00
|
|
|
.button-normal-icon(btn-ic-review, 61, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(btn-ic-docspell, 69, @toolbar-icon-size);
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
.button-normal-icon(mmerge-next, 71, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(mmerge-last, 72, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(mmerge-prev, 73, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(mmerge-first, 74, @toolbar-icon-size);
|
2017-07-11 08:27:56 +00:00
|
|
|
//.button-normal-icon(btn-columns, 75, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-pagemargins, 76, @toolbar-icon-size);
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-06-26 12:47:54 +00:00
|
|
|
//.button-normal-icon(btn-insertimage, 17, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-inserttable, 18, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-inserthyperlink, 38, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-insertshape, 43, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-insertchart, 45, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-text, 46, @toolbar-icon-size);
|
2017-06-30 14:35:48 +00:00
|
|
|
//.button-normal-icon(btn-insertequation, 53, @toolbar-icon-size);
|
|
|
|
//.button-normal-icon(btn-dropcap, 50, @toolbar-icon-size);
|
2017-10-09 12:03:50 +00:00
|
|
|
.button-normal-icon(btn-ic-doclang, 67, @toolbar-icon-size);
|
2017-06-26 12:47:54 +00:00
|
|
|
|
2018-08-17 11:17:10 +00:00
|
|
|
.button-normal-icon(rotate-90, 81, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(rotate-270, 82, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(flip-hor, 84, @toolbar-icon-size);
|
|
|
|
.button-normal-icon(flip-vert, 85, @toolbar-icon-size);
|
2018-08-10 06:16:15 +00:00
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
@menu-icon-size: 22px;
|
|
|
|
.menu-icon-normal(mnu-wrap-inline, 0, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-wrap-square, 1, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-wrap-tight, 2, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-wrap-through, 3, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-wrap-topAndBottom, 4, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-wrap-inFront, 5, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-wrap-behind, 6, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-arrange-front, 7, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-arrange-back, 8, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-arrange-forward, 9, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-arrange-backward, 10, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-arrange-group, 11, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-arrange-ungroup, 12, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-img-align-left, 13, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-img-align-center, 14, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-img-align-right, 15, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-img-align-top, 16, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-img-align-middle, 17, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-img-align-bottom, 18, @menu-icon-size);
|
|
|
|
//.menu-btn-icon(mnu-, 19, @menu-icon-size);
|
|
|
|
//.menu-btn-icon(mnu-, 20, @menu-icon-size);
|
|
|
|
|
|
|
|
.menu-icon-normal(mnu-align-center, 21, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-align-just, 22, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-align-left, 23, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-align-right, 24, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-dropcap-none, 25, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-dropcap-intext, 26, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-dropcap-inmargin, 27, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-columns-one, 28, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-columns-two, 29, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-columns-three, 30, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-columns-left, 31, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-columns-right, 32, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-direct-horiz, 33, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-direct-rup, 34, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-direct-rdown, 35, @menu-icon-size);
|
2016-07-04 13:04:05 +00:00
|
|
|
|
|
|
|
.menu-icon-normal(mnu-orient-portrait, 36, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-orient-landscape, 37, @menu-icon-size);
|
2017-12-13 13:52:14 +00:00
|
|
|
.menu-icon-normal(mnu-control-plain, 38, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-control-rich, 39, @menu-icon-size);
|
|
|
|
.menu-icon-normal(mnu-control-remove, 40, @menu-icon-size);
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
.menu-otherstates-icon(ppm-toolbar, @menu-icon-size);
|
|
|
|
|
|
|
|
|
|
|
|
.username-tip {
|
|
|
|
background-color: #ee3525;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 3px 10px;
|
|
|
|
color: #ffffff;
|
|
|
|
font: 11px arial;
|
|
|
|
white-space: nowrap;
|
2017-04-11 14:04:34 +00:00
|
|
|
letter-spacing: 1px;
|
2018-04-04 13:40:23 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#id-toolbar-menu-auto-fontcolor > a.selected {
|
|
|
|
span {
|
|
|
|
outline: 1px solid #000;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-equation {
|
|
|
|
border: 1px solid @gray;
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/toolbar/math.png', '@{common-image-path}/toolbar/math@2x.png', 1500px);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.save-style-container {
|
|
|
|
cursor: default;
|
|
|
|
position: relative;
|
|
|
|
padding: 14px 11px;
|
|
|
|
border-left: 1px solid @gray;
|
|
|
|
border-top: 1px solid @gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-style-link {
|
|
|
|
border-bottom: 1px dotted #aaa;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plus {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
background-position: @plus-offset-x @plus-offset-y;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu > .disabled {
|
|
|
|
.plus, .save-style-link {
|
|
|
|
cursor: default;
|
|
|
|
color: @dropdown-link-disabled-color;
|
|
|
|
background-position: @plus-offset-x @plus-offset-y - 16;
|
|
|
|
}
|
|
|
|
}
|
2017-02-15 13:45:25 +00:00
|
|
|
|
|
|
|
#slot-field-fontname {
|
|
|
|
float: left;
|
2017-07-04 14:24:15 +00:00
|
|
|
width: 166px;
|
2017-02-15 13:45:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#slot-field-fontsize {
|
|
|
|
float: left;
|
|
|
|
width: 45px;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#slot-btn-incfont, #slot-btn-decfont {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#slot-field-styles {
|
|
|
|
width: 100%;
|
|
|
|
min-width: 160px;
|
2017-05-12 08:52:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#special-paste-container {
|
|
|
|
position: absolute;
|
|
|
|
z-index: @zindex-dropdown - 20;
|
|
|
|
background-color: @gray-light;
|
|
|
|
border: 1px solid @gray;
|
2017-02-15 13:45:25 +00:00
|
|
|
}
|