From 3719ce7c5d2908886176b32bf923139ed06d7124 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 24 Jan 2013 13:50:49 +0100 Subject: [PATCH] [admin] Make links prettier --- src/static/css/admin.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/static/css/admin.css b/src/static/css/admin.css index b91850a65..d82da6aa3 100644 --- a/src/static/css/admin.css +++ b/src/static/css/admin.css @@ -128,3 +128,13 @@ td, th { #response{ display:inline; } + +a:link, a:visited, a:hover, a:focus { + color: #333333; + text-decoration: none; + border-bottom: #333333 1px dotted; +} + +a:focus, a:hover { + border-bottom: #333333 1px solid; +} \ No newline at end of file