diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 16:46:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-06 16:46:03 +0000 |
commit | 71dbeae85dbef28b9af1954086bc5026de0fb3dd (patch) | |
tree | 7cb1eb15142e3787607495f090608d954ce38651 /web | |
parent | 8b835c38168228641666c1cf920fe94ce07be329 (diff) |
Start of Zurich admin table sort ordering (DM).
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index b791ba28a..47748343e 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -257,6 +257,9 @@ body.mappage.admin .content { border-bottom: 2px solid $table_heading_underline_col; border-left: 1px solid $table_heading_border_col; border-right: 1px solid $table_heading_border_col; + a:link, a:visited { + color: white; + } } td.record-id { text-align: center; |