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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user