diff --git a/skins/elastic/styles/widgets/jqueryui.less b/skins/elastic/styles/widgets/jqueryui.less index 551375ec2..d90dc45c6 100644 --- a/skins/elastic/styles/widgets/jqueryui.less +++ b/skins/elastic/styles/widgets/jqueryui.less @@ -26,6 +26,20 @@ overflow-y: auto; overflow-x: hidden; max-height: 400px; + border-radius: .3rem; + + .ui-state-active { + border: 0 !important; + background-color: @color-toolbarmenu-hover-background !important; + } + + .ui-menu-item { + white-space: nowrap; + } + + .ui-menu-item-wrapper { + margin: 0 !important; + } } .ui-dialog { @@ -313,6 +327,13 @@ html.touch { left: 0 !important; } + .ui-menu { + border-radius: .3rem; + left: 15px !important; + right: 15px; + width: auto; + } + .ui-dialog { .ui-dialog-content:not(.iframe) { padding: .65rem;