mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-71603-master' of git://github.com/rezaies/moodle
This commit is contained in:
commit
d91e9ccee8
16 changed files with 185 additions and 77 deletions
|
@ -80,6 +80,14 @@ div.editor_atto_toolbar div.atto_group {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
div.editor_atto_toolbar .atto_toolbar_row {
|
||||
margin: 6px 0 -3px 5px;
|
||||
display: table;
|
||||
div.atto_group {
|
||||
margin: 3px 5px 3px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor_atto_content img {
|
||||
resize: both;
|
||||
overflow: auto;
|
||||
|
|
|
@ -159,6 +159,7 @@ a:not([class]),
|
|||
.btn-link,
|
||||
.nav-link,
|
||||
.editor_atto_toolbar button,
|
||||
.editor_atto_toolbar .atto_toolbar_row,
|
||||
[role="button"],
|
||||
.list-group-item-action,
|
||||
input[type="checkbox"],
|
||||
|
|
|
@ -9786,6 +9786,8 @@ a:not([class]):focus:hover,
|
|||
.nav-link:focus,
|
||||
.editor_atto_toolbar button.focus,
|
||||
.editor_atto_toolbar button:focus,
|
||||
.editor_atto_toolbar .atto_toolbar_row.focus,
|
||||
.editor_atto_toolbar .atto_toolbar_row:focus,
|
||||
[role="button"].focus,
|
||||
[role="button"]:focus,
|
||||
.list-group-item-action.focus,
|
||||
|
@ -9817,6 +9819,7 @@ button.close:focus,
|
|||
.btn-link:focus:hover,
|
||||
.nav-link:focus:hover,
|
||||
.editor_atto_toolbar button:focus:hover,
|
||||
.editor_atto_toolbar .atto_toolbar_row:focus:hover,
|
||||
[role="button"]:focus:hover,
|
||||
.list-group-item-action:focus:hover,
|
||||
input[type="checkbox"]:focus:hover,
|
||||
|
@ -19677,6 +19680,12 @@ div.editor_atto_toolbar div.atto_group {
|
|||
margin: 9px 0 0 9px;
|
||||
background: #fff; }
|
||||
|
||||
div.editor_atto_toolbar .atto_toolbar_row {
|
||||
margin: 6px 0 -3px 5px;
|
||||
display: table; }
|
||||
div.editor_atto_toolbar .atto_toolbar_row div.atto_group {
|
||||
margin: 3px 5px 3px 4px; }
|
||||
|
||||
.editor_atto_content img {
|
||||
resize: both;
|
||||
overflow: auto; }
|
||||
|
|
|
@ -9998,6 +9998,8 @@ a:not([class]):focus:hover,
|
|||
.nav-link:focus,
|
||||
.editor_atto_toolbar button.focus,
|
||||
.editor_atto_toolbar button:focus,
|
||||
.editor_atto_toolbar .atto_toolbar_row.focus,
|
||||
.editor_atto_toolbar .atto_toolbar_row:focus,
|
||||
[role="button"].focus,
|
||||
[role="button"]:focus,
|
||||
.list-group-item-action.focus,
|
||||
|
@ -10029,6 +10031,7 @@ button.close:focus,
|
|||
.btn-link:focus:hover,
|
||||
.nav-link:focus:hover,
|
||||
.editor_atto_toolbar button:focus:hover,
|
||||
.editor_atto_toolbar .atto_toolbar_row:focus:hover,
|
||||
[role="button"]:focus:hover,
|
||||
.list-group-item-action:focus:hover,
|
||||
input[type="checkbox"]:focus:hover,
|
||||
|
@ -19867,6 +19870,12 @@ div.editor_atto_toolbar div.atto_group {
|
|||
margin: 9px 0 0 9px;
|
||||
background: #fff; }
|
||||
|
||||
div.editor_atto_toolbar .atto_toolbar_row {
|
||||
margin: 6px 0 -3px 5px;
|
||||
display: table; }
|
||||
div.editor_atto_toolbar .atto_toolbar_row div.atto_group {
|
||||
margin: 3px 5px 3px 4px; }
|
||||
|
||||
.editor_atto_content img {
|
||||
resize: both;
|
||||
overflow: auto; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue