From 164068fa602a366f845c8f9b00e18d3bc18a28c5 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Tue, 14 Nov 2017 09:10:54 +0100 Subject: [PATCH] Fix select2 custom CSS see BT#13677 --- app/Resources/public/css/base.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 8d20fea7c0..a2f6724dc5 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -5945,11 +5945,10 @@ ul#toolnavbox-two li a.btn{ background-color: #FFF !important; border: 1px solid #CCC !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); - -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; - -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; - height: 38px; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .select2-container .select2-search--inline .select2-search__field{ margin-top: 3px !important; @@ -6280,7 +6279,7 @@ ul#toolnavbox-two li a.btn{ margin-right: 5px; margin-bottom: 5px; display: inline-block; - + } .btn{ font-size: 12px;