mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-41236 atto - Improving visibility of disabled buttons and making atto match the file manager
This commit is contained in:
parent
ee788142f2
commit
f477b698ab
1 changed files with 16 additions and 2 deletions
|
@ -1,16 +1,29 @@
|
||||||
div.editor_atto {
|
div.editor_atto {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid #444;
|
border: 1px solid #BBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar {
|
div.editor_atto_toolbar {
|
||||||
display: block;
|
display: block;
|
||||||
|
background: #F2F2F2;
|
||||||
|
min-height: 36px;
|
||||||
|
border-top: 1px solid #BBB;
|
||||||
|
border-left: 1px solid #BBB;
|
||||||
|
border-right: 1px solid #BBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar button {
|
div.editor_atto_toolbar button {
|
||||||
padding: 1px;
|
margin-top: 5px;
|
||||||
|
margin-bottom: 0px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.editor_atto_toolbar button[disabled] {
|
||||||
|
opacity: .45;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar button img {
|
div.editor_atto_toolbar button img {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
@ -69,3 +82,4 @@ body.dir-rtl div.editor_atto_toolbar button.atto_indent_button {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue