Add missing changes from less file

This commit is contained in:
Hadi Nategh 2021-03-02 15:21:11 +01:00
parent f79f1da31e
commit 276b1cab44

View File

@ -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 {}
//
//