mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix chosen selectbox down icon gets broken when zooming over 150%
This commit is contained in:
parent
81420b2261
commit
c3dd47e91b
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user