From 276b1cab4466fb8815940916a0d55951a1d49da1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 2 Mar 2021 15:21:11 +0100 Subject: [PATCH] Add missing changes from less file --- pixelegg/less/layout_chosen.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pixelegg/less/layout_chosen.less b/pixelegg/less/layout_chosen.less index c18567f267..c896eb2b91 100755 --- a/pixelegg/less/layout_chosen.less +++ b/pixelegg/less/layout_chosen.less @@ -40,13 +40,13 @@ .chzn-container-single.chzn-disabled .chzn-single abbr:hover {} .chzn-container-single .chzn-single div {} .chzn-container-single .chzn-single div b { - background: url("../images/arrow_down.svg"); - background-size: 8px auto; + background-image: url("../images/arrow_down.svg") !important; + background-size: 8px auto !important; background-position: center; background-repeat: no-repeat; } .chzn-container-single.chzn-with-drop .chzn-single div b { - background: url("../images/arrow_up.svg"); + background-image: url("../images/arrow_up.svg") !important; background-size: 8px auto; background-position: center; background-repeat: no-repeat; @@ -189,4 +189,4 @@ .chzn-container .chzn-drop {} .chzn-container-active.chzn-with-drop.chzn-above .chzn-single {} .chzn-container.chzn-above .chzn-drop {} -// \ No newline at end of file +//