diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:12:16 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:16:17 +0100 |
commit | 5d0ab2b9e9854733ba174cd3d403600f45c7dbd1 (patch) | |
tree | 7259f12fcaa0c3283705b0833d84b982d0bced0f | |
parent | af541515fa49756d4d23719029648276ed6c2f5b (diff) | |
download | gitlab-ce-5d0ab2b9e9854733ba174cd3d403600f45c7dbd1.tar.gz |
Make style of select2 box more consistent with controls
-rw-r--r-- | app/assets/stylesheets/framework/selects.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss index 5781983c48f..5e5ae3d0af8 100644 --- a/app/assets/stylesheets/framework/selects.scss +++ b/app/assets/stylesheets/framework/selects.scss @@ -15,6 +15,16 @@ border-left: none; padding-top: 5px; } + + .select2-chosen { + color: $gl-text-color; + } + + &.select2-default { + .select2-chosen { + color: #999; + } + } } } @@ -23,6 +33,7 @@ border: 1px solid #e7e9ed; } + .select2-drop { @include box-shadow(rgba(76, 86, 103, 0.247059) 0px 0px 1px 0px, rgba(31, 37, 50, 0.317647) 0px 2px 18px 0px); @include border-radius (0px); |