diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-29 10:07:47 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-29 10:07:47 +0300 |
commit | 0768100ad856e2ff85ca0ad6751ac212b47f34a4 (patch) | |
tree | dac305cab39e8cc1f5451aaf89ce6038abe372fd | |
parent | 8abf010db3b9cd381377d0cf77087de11d71ed52 (diff) | |
download | gitlab-ce-0768100ad856e2ff85ca0ad6751ac212b47f34a4.tar.gz |
Use same color for all selectbox in bulk issue update
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/sections/issues.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index ccba098c8b2..f637d66f1bc 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -63,6 +63,13 @@ @media (min-width: 800px) { .issues_bulk_update .select2-container { min-width: 120px; } } @media (min-width: 1200px) { .issues_bulk_update .select2-container { min-width: 160px; } } +.issues_bulk_update { + .select2-container .select2-choice { + color: #444 !important; + font-weight: 500; + } +} + #update_status { width: 100px; } |