瀏覽代碼

Retina-ize icons

James Koster 12 年之前
父節點
當前提交
668c49bb21
共有 3 個文件被更改,包括 14 次插入1 次删除
  1. 14 1
      select2.css
  2. 二進制
      select2.png
  3. 二進制
      select2x2.png

+ 14 - 1
select2.css

@@ -508,4 +508,17 @@ disabled look for already selected choices in the results dropdown
 .select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
 .select2-result-unselectable .select2-match { text-decoration: none; }
 
-.select2-offscreen { position: absolute; left: -10000px; }
+.select2-offscreen { position: absolute; left: -10000px; }
+
+/* Retina-ize icons */
+
+@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
+	.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
+		background-image: url(select2x2.png) !important;
+		background-repeat: no-repeat !important;
+		background-size: 60px 40px !important;
+	}
+	.select2-search input {
+		background-position: 100% -21px !important;
+	}
+}

二進制
select2.png


二進制
select2x2.png