Merge pull request #2155 from ONLYOFFICE/fix/menu-combo-cell-styles

Fix/menu combo cell styles
This commit is contained in:
Julia Radzhabova 2022-12-22 11:55:29 +03:00 committed by GitHub
commit b5f61f14ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}