diff --git a/media/css/seahub.css b/media/css/seahub.css index d1b0acfe03..503ff5ea9f 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -176,9 +176,12 @@ a:focus, a:hover { text-decoration: underline; } a:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +a.black { + color:#322; } img { border:none; } textarea { diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 70c8419184..3df6ff6754 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -1399,7 +1399,7 @@