From 2f6d289f328d75a42bc0f3d52a2c90083010bd69 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 14 Mar 2013 10:20:45 +0200 Subject: [PATCH] style select2-searching too --- app/assets/stylesheets/selects.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/selects.scss b/app/assets/stylesheets/selects.scss index a2c99d02303..8eec15598e3 100644 --- a/app/assets/stylesheets/selects.scss +++ b/app/assets/stylesheets/selects.scss @@ -13,7 +13,7 @@ } } -.select2-no-results { +.select2-no-results, .select2-searching { padding: 7px; color: #666; } -- GitLab