Merge pull request #285 from chesterx/master

Selectboxes Retina display issues fixed.
This commit is contained in:
Samuel Georges 2014-06-15 12:05:30 +10:00
commit 457a16d460
1 changed files with 2 additions and 2 deletions

View File

@ -7690,7 +7690,7 @@ label {
border-left: none;
}
.custom-select.select2-container .select2-choice .select2-arrow b {
background: none;
background: none !important;
text-align: center;
color: #666666;
}
@ -7765,7 +7765,7 @@ label {
min-height: 36px;
border: none;
border-bottom: 1px solid #b2b9be;
background: transparent url('../images/bitmap-icons.png') no-repeat 100% -84px;
background: transparent url('../images/bitmap-icons.png') no-repeat 100% -84px !important;
}
.select2-drop .select2-results {
padding: 0;