1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

Improve devices page to support focus

This commit is contained in:
Daniel Pan
2016-03-31 17:20:06 +08:00
parent 00566e24bc
commit d07e7be840
2 changed files with 7 additions and 4 deletions

View File

@@ -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 {