From 7dbf9ee02fc1898ca16fafa073b855aa7e016857 Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 12 Jun 2014 15:37:52 +0300 Subject: [PATCH] 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; }