Merge pull request #2155 from ONLYOFFICE/fix/menu-combo-cell-styles
Fix/menu combo cell styles
This commit is contained in:
commit
b5f61f14ca
|
@ -183,6 +183,11 @@
|
|||
.combo-cell-styles, #id-toolbar-btn-cstyle {
|
||||
.dropdown-menu {
|
||||
padding: 5px 0px !important;
|
||||
border-left-style: solid !important;
|
||||
border-left-color: @border-regular-control-ie !important;
|
||||
border-left-color: @border-regular-control !important;
|
||||
border-left-width: @scaled-one-px-value-ie !important;
|
||||
border-left-width: @scaled-one-px-value !important;
|
||||
}
|
||||
|
||||
.menu-picker-container {
|
||||
|
@ -215,3 +220,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
#id-toolbar-btn-cstyle {
|
||||
.style {
|
||||
background-color: @canvas-content-background;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue