[admin] Make links prettier

pull/1379/head
Marcel Klehr 2013-01-24 13:50:49 +01:00
parent 9fa5b9506e
commit 3719ce7c5d
1 changed files with 10 additions and 0 deletions

View File

@ -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;
}