2016-03-11 00:48:53 +00:00
|
|
|
label {
|
|
|
|
&.link {
|
2021-02-16 07:21:22 +00:00
|
|
|
border-bottom: @scaled-one-px-value-ie dotted @text-secondary-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-bottom: @scaled-one-px-value dotted @text-secondary;
|
2016-03-11 00:48:53 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.link-solid {
|
2021-02-16 07:21:22 +00:00
|
|
|
border-bottom: @scaled-one-px-value-ie solid @text-secondary-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-bottom: @scaled-one-px-value solid @text-secondary;
|
2016-03-11 00:48:53 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
2021-02-28 21:29:00 +00:00
|
|
|
opacity: @component-disabled-opacity;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-shapes {
|
|
|
|
.item {
|
|
|
|
.box-shadow(none);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.combobox.fonts {
|
|
|
|
> .dropdown-menu {
|
|
|
|
max-height: 388px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-select {
|
|
|
|
.user-select(text);
|
2021-01-21 10:14:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tool-menu {
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
&.left {
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.tool-menu-btns {
|
2021-02-17 15:59:25 +00:00
|
|
|
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
|
|
|
border-right: @scaled-one-px-value solid @border-toolbar;
|
2021-01-21 10:14:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.right {
|
|
|
|
.tool-menu-btns {
|
|
|
|
//position: absolute;
|
2021-02-17 15:59:25 +00:00
|
|
|
border-left: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
|
|
|
border-left: @scaled-one-px-value solid @border-toolbar;
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @background-toolbar-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
background-color: @background-toolbar;
|
2021-01-21 10:14:36 +00:00
|
|
|
right: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tool-menu-btns {
|
|
|
|
width: 40px;
|
|
|
|
height: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
padding-top: 15px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-panel {
|
|
|
|
padding-left: 40px;
|
|
|
|
height: 100%;
|
2021-02-17 15:59:25 +00:00
|
|
|
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
|
|
|
border-right: @scaled-one-px-value solid @border-toolbar;
|
2021-01-21 10:14:36 +00:00
|
|
|
|
|
|
|
#left-panel-chat {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left-panel-comments {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-panel {
|
|
|
|
width: 220px;
|
|
|
|
height: 100%;
|
|
|
|
display: none;
|
|
|
|
padding: 0 10px 0 15px;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2021-02-17 15:59:25 +00:00
|
|
|
border-left: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
|
|
|
border-left: @scaled-one-px-value solid @border-toolbar;
|
2021-01-21 10:14:36 +00:00
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusbar {
|
|
|
|
height: 25px;
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @background-toolbar-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
background-color: @background-toolbar;
|
2021-02-17 15:59:25 +00:00
|
|
|
.box-inner-shadow(0 @scaled-one-px-value-ie 0 @border-toolbar-ie);
|
|
|
|
.box-inner-shadow(0 @scaled-one-px-value 0 @border-toolbar);
|
2021-01-21 10:14:36 +00:00
|
|
|
|
|
|
|
.status-label {
|
|
|
|
font-weight: bold;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
color: @text-normal;
|
2021-01-21 10:14:36 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2021-01-21 21:18:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#file-menu-panel {
|
|
|
|
> div {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-menu {
|
|
|
|
width: 260px;
|
|
|
|
float: left;
|
2021-02-17 15:59:25 +00:00
|
|
|
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
|
|
|
border-right: @scaled-one-px-value solid @border-toolbar;
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @background-toolbar-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
background-color: @background-toolbar;
|
2021-01-21 21:18:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flex-settings {
|
|
|
|
&.bordered {
|
2021-02-17 15:59:25 +00:00
|
|
|
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
|
|
|
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
2021-01-21 21:18:15 +00:00
|
|
|
}
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-panel {
|
|
|
|
display: none;
|
|
|
|
overflow: visible;
|
|
|
|
margin-top: 7px;
|
|
|
|
|
|
|
|
& > table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-small {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-large {
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.finish-cell {
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
.font-size-normal();
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
&.input-label{
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.header {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.separator { width: 100%;}
|
|
|
|
|
|
|
|
.settings-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
.user-select(text);
|
|
|
|
width: 100%;
|
|
|
|
resize: none;
|
|
|
|
margin-bottom: 5px;
|
2021-02-16 07:21:22 +00:00
|
|
|
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
2021-01-21 21:18:15 +00:00
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
&.disabled {
|
2021-02-28 21:29:00 +00:00
|
|
|
opacity: @component-disabled-opacity;
|
2021-01-21 21:18:15 +00:00
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
}
|
2021-02-10 12:40:30 +00:00
|
|
|
}
|
|
|
|
|
2020-12-18 20:11:18 +00:00
|
|
|
.dropdown-menu {
|
|
|
|
> li > a {
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-18 20:11:18 +00:00
|
|
|
color: @text-normal;
|
|
|
|
}
|
|
|
|
}
|
2020-12-26 14:44:36 +00:00
|
|
|
|
|
|
|
textarea {
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @background-normal-ie;
|
2020-12-26 14:44:36 +00:00
|
|
|
background-color: @background-normal;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-ie;
|
|
|
|
color: @text-normal;
|
2021-02-06 21:29:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-edit-table,
|
|
|
|
.btn-change-shape {
|
|
|
|
.background-ximage-v2('right-panels/rowscols_icon.png', 84px);
|
|
|
|
margin-right: 2px !important;
|
|
|
|
margin-bottom: 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-edit-table {
|
|
|
|
background-position: 0 0;
|
|
|
|
|
|
|
|
button.over & {
|
2021-02-06 21:31:35 +00:00
|
|
|
//background-position: -28px 0;
|
2021-02-06 21:29:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group.open &,
|
|
|
|
button.active:not(.disabled) &,
|
|
|
|
button:active:not(.disabled) &
|
|
|
|
{
|
2021-02-06 21:31:35 +00:00
|
|
|
//background-position: -56px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO: not good, must be controled by variable
|
|
|
|
.theme-dark & {
|
|
|
|
background-position-x: -56px;
|
2021-02-06 21:29:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-change-shape {
|
|
|
|
background-position: 0 -16px;
|
|
|
|
|
|
|
|
button.over & {
|
2021-02-06 21:31:35 +00:00
|
|
|
//background-position: -28px -16px;
|
2021-02-06 21:29:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group.open &,
|
|
|
|
button.active:not(.disabled) &,
|
|
|
|
button:active:not(.disabled) &
|
|
|
|
{
|
2021-02-06 21:31:35 +00:00
|
|
|
//background-position: -56px -16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO: not good, must be controled by variable
|
|
|
|
.theme-dark & {
|
|
|
|
background-position-x: -56px;
|
2021-02-06 21:29:22 +00:00
|
|
|
}
|
|
|
|
}
|
2021-03-27 22:23:14 +00:00
|
|
|
|
|
|
|
.doc-content-color {
|
|
|
|
background-color: @canvas-content-background;
|
2021-05-04 17:09:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @text-link;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: @text-link-hover;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
color: @text-link-active;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:visited {
|
|
|
|
color: @text-link-visited;
|
|
|
|
}
|
2021-03-27 22:23:14 +00:00
|
|
|
}
|