diff options
author | Marcel Klehr <mklehr@gmx.net> | 2013-01-24 13:50:49 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2013-01-24 13:50:49 +0100 |
commit | 3719ce7c5d2908886176b32bf923139ed06d7124 (patch) | |
tree | 98c411feab30c4b5f649ffb1fcf6295d7fb29f37 /src/static | |
parent | 9fa5b9506edc54df3b3fd6370b122877e4edc256 (diff) | |
download | etherpad-lite-3719ce7c5d2908886176b32bf923139ed06d7124.zip |
[admin] Make links prettier
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/admin.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/css/admin.css b/src/static/css/admin.css index b91850a6..d82da6aa 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 |