From 7dbf9ee02fc1898ca16fafa073b855aa7e016857 Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 12 Jun 2014 15:37:52 +0300 Subject: [PATCH 1/2] Selectbox retina display issue --- modules/backend/assets/css/october.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/assets/css/october.css b/modules/backend/assets/css/october.css index af56bb9d5..f606f8a7a 100644 --- a/modules/backend/assets/css/october.css +++ b/modules/backend/assets/css/october.css @@ -7677,7 +7677,7 @@ label { border-left: none; } .custom-select.select2-container .select2-choice .select2-arrow b { - background: none; + background: none !important; text-align: center; color: #666666; } From 7ea158135d4c852400fe6b5039d8398459d2bf3c Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 12 Jun 2014 15:41:18 +0300 Subject: [PATCH 2/2] Selectbox retina display issue --- modules/backend/assets/css/october.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/assets/css/october.css b/modules/backend/assets/css/october.css index f606f8a7a..6acced811 100644 --- a/modules/backend/assets/css/october.css +++ b/modules/backend/assets/css/october.css @@ -7752,7 +7752,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;