[SSE] Fix left border for dropdown menu
This commit is contained in:
parent
2a31d73ecf
commit
4f3ac36789
|
@ -183,6 +183,11 @@
|
||||||
.combo-cell-styles, #id-toolbar-btn-cstyle {
|
.combo-cell-styles, #id-toolbar-btn-cstyle {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
padding: 5px 0px !important;
|
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 {
|
.menu-picker-container {
|
||||||
|
|
Loading…
Reference in a new issue