Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-09 15:42:58 +0300
committerwinh <winnie@gitlab.com>2017-08-09 15:42:58 +0300
commiteb4c3f41c03ddeb4634b61ced3ce09291aa428ea (patch)
tree7b2d78d43947767d9f0abe23fd70c341573c2f3e /app/assets/stylesheets/framework/calendar.scss
parent5388f5ee13c61eb9d686c9c21c027e603bc222b6 (diff)
Make Pikaday dropdowns style consistent
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 0ded4a3b423..c2ae6c0de74 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -95,8 +95,8 @@
.is-selected .pika-day,
.pika-day:hover,
.is-today .pika-day {
- background: $gl-primary;
- color: $white-light;
+ background: $gray-darker;
+ color: $gl-text-color;
box-shadow: none;
}
}