mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-58515
This commit is contained in:
parent
9517ea662d
commit
6f9f15d1ad
1 changed files with 3 additions and 1 deletions
|
@ -316,7 +316,9 @@ ul.assignfeedback_editpdf_menu {
|
||||||
|
|
||||||
.assignfeedback_editpdf_widget .commentdrawable textarea:focus {
|
.assignfeedback_editpdf_widget .commentdrawable textarea:focus {
|
||||||
outline: thin dotted #333;
|
outline: thin dotted #333;
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline-color: -webkit-focus-ring-color;
|
||||||
|
outline-width: 5px;
|
||||||
|
outline-style: auto;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue