aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-21 16:49:13 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-21 16:49:13 +0100
commitf3751497430c7d5ee913562c46a7ff48b08648a2 (patch)
tree248aca7e3108dac39de3a9613a379192d022b088
parentf272f445d2ee6aaec469fc89507c698c7a4886c2 (diff)
stop 'report this request' button from being blue
-rw-r--r--assets/stylesheets/responsive/custom.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index ebe0dec..ac0f6b7 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -644,6 +644,10 @@ a.link_to_this {
.report-this-request {
@include button-secondary();
+ color: $color_black !important;
+ /* Using !important here as a temporary fix for a bad declaration (a:link)
+ in Alaveteli core. When this is fixed it can be removed.
+ */
}
/* Status lines and icons */