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:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-09 22:44:43 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-08-25 17:34:39 +0300
commit77c22e95563f09e1430ac4fafcea4540463e3939 (patch)
tree4be1ffde455a069729b341afa2cb46ebbafe0989 /app/assets/stylesheets/pages/admin.scss
parenta03da79fb2371ca0d866ce776bfb0bfe9f1be1df (diff)
Add font color contrast to external label in admin area
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index c9cdfdcd29c..8f71381f5c4 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -96,6 +96,10 @@
line-height: inherit;
}
}
+
+ .label-default {
+ color: $btn-transparent-color;
+ }
}
.abuse-reports {