[all] fix bug 50735
This commit is contained in:
parent
8ee53aa94e
commit
263cc0c27d
Binary file not shown.
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 367 B |
Binary file not shown.
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 546 B |
Binary file not shown.
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 977 B |
|
@ -222,49 +222,34 @@ textarea {
|
|||
|
||||
.btn-edit-table,
|
||||
.btn-change-shape {
|
||||
.background-ximage-v2('right-panels/rowscols_icon.png', 84px);
|
||||
.background-ximage-v2('right-panels/rowscols_icon.png', 56px);
|
||||
margin-right: 2px !important;
|
||||
margin-bottom: 1px !important;
|
||||
|
||||
background-position-x: calc(@button-small-normal-icon-offset-x - 8px);
|
||||
|
||||
.btn-group.open &,
|
||||
button.active:not(.disabled) &,
|
||||
button:active:not(.disabled) &
|
||||
{
|
||||
background-position-x: calc(@button-small-active-icon-offset-x - 8px);
|
||||
}
|
||||
}
|
||||
|
||||
.btn-edit-table {
|
||||
background-position: 0 0;
|
||||
background-position-y: 0;
|
||||
|
||||
button.over & {
|
||||
//background-position: -28px 0;
|
||||
}
|
||||
|
||||
.btn-group.open &,
|
||||
button.active:not(.disabled) &,
|
||||
button:active:not(.disabled) &
|
||||
{
|
||||
//background-position: -56px 0;
|
||||
}
|
||||
|
||||
// TODO: not good, must be controled by variable
|
||||
.theme-dark & {
|
||||
background-position-x: -56px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-change-shape {
|
||||
background-position: 0 -16px;
|
||||
background-position-y: -16px;
|
||||
|
||||
button.over & {
|
||||
//background-position: -28px -16px;
|
||||
}
|
||||
|
||||
.btn-group.open &,
|
||||
button.active:not(.disabled) &,
|
||||
button:active:not(.disabled) &
|
||||
{
|
||||
//background-position: -56px -16px;
|
||||
}
|
||||
|
||||
// TODO: not good, must be controled by variable
|
||||
.theme-dark & {
|
||||
background-position-x: -56px;
|
||||
}
|
||||
}
|
||||
|
||||
.doc-content-color {
|
||||
|
|
Loading…
Reference in a new issue