Fix chosen selectbox down icon gets broken when zooming over 150%

This commit is contained in:
Hadi Nategh 2020-09-30 16:30:11 +02:00
parent 81420b2261
commit c3dd47e91b
4 changed files with 12 additions and 12 deletions

View File

@ -2587,13 +2587,13 @@ button[id="add"] {
/* @end */
/* @group Single Chosen */
.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;

View File

@ -2587,13 +2587,13 @@ button[id="add"] {
/* @end */
/* @group Single Chosen */
.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;

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;

View File

@ -2598,13 +2598,13 @@ button[id="add"] {
/* @end */
/* @group Single Chosen */
.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;