FF: outline the active code box
-webkit-focus-ring-color rgb value is used, but not the blurred effect (TODO)
This commit is contained in:
parent
9f4066faa1
commit
559420a461
|
@ -15,6 +15,13 @@
|
|||
outline: -webkit-focus-ring-color auto 5px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
@-moz-document url-prefix("") {
|
||||
/* restrict to FF */
|
||||
.CodeMirror-focused {
|
||||
outline: #7dadd9 auto 1px;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
}
|
||||
.CodeMirror-search-field {
|
||||
width: 10em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user