Commit 8f5e1b9f authored by Alfredo Sumaran's avatar Alfredo Sumaran

Do not use calc and fix background spinner for high density displays

parent 80fbb8af
......@@ -151,7 +151,7 @@
padding: 2px 25px 2px 5px;
background: #fff image-url('select2.png');
background-repeat: no-repeat;
background-position: calc(100% - 3px) -23px;
background-position: right 0px bottom 6px;
border: 1px solid $input-border;
@include border-radius($border-radius-default);
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
......@@ -162,9 +162,11 @@
}
.select2-search input.select2-active {
background: #fff image-url('select2-spinner.gif');
background-color: #fff;
background-image: image-url('select2-spinner.gif') !important;
background-repeat: no-repeat;
background-position: calc(100% - 5px) 4px;
background-position: right 5px center !important;
background-size: 16px 16px !important;
}
/** Branch/tag selector **/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment