From 3cba692ae1ef72cec880fcffe5e297057cca9d44 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 13 Mar 2018 11:16:33 +0100 Subject: [PATCH] Elastic: Fix z-index on date picker, improve dialog options button --- skins/elastic/styles/widgets/jqueryui.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/skins/elastic/styles/widgets/jqueryui.less b/skins/elastic/styles/widgets/jqueryui.less index e076e0bec..757dfd780 100644 --- a/skins/elastic/styles/widgets/jqueryui.less +++ b/skins/elastic/styles/widgets/jqueryui.less @@ -115,6 +115,11 @@ a.btn-link { padding-right: 0; padding-left: 0; + text-decoration: none; + + &:focus { + background-color: @color-input-border-focus-shadow; + } &.options:before { // this icon is for mobile version @@ -232,7 +237,6 @@ a.btn-link { color: @color-toolbar-button; margin: 0; - text-decoration: none; &.options:before { display: block !important; @@ -270,7 +274,6 @@ /* Datepicker widget */ .ui-datepicker { - z-index: 3 !important; // above Bootstrap form controls that use z-index: 3 // Always display datepicker centered, overwriting widgets position position: fixed !important; top: 50% !important;