mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 21:55:12 +02:00
MDL-42091 atto - fixing on hover and active states of buttons
This commit is contained in:
parent
56cc9b387e
commit
8bcd5ddeab
@ -43,10 +43,18 @@ div.editor_atto_toolbar button + button {
|
|||||||
|
|
||||||
div.editor_atto_toolbar button[disabled] {
|
div.editor_atto_toolbar button[disabled] {
|
||||||
opacity: .45;
|
opacity: .45;
|
||||||
|
background: none;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar button:active {
|
.editor_atto_toolbar button:active {
|
||||||
background: #B7D6FF;
|
background-image: radial-gradient(ellipse at center, #ffffff 40%,#dfdfdf 100%);
|
||||||
|
background-color: #dfdfdf;
|
||||||
|
}
|
||||||
|
|
||||||
|
.editor_atto_toolbar button:hover {
|
||||||
|
background-image: radial-gradient(ellipse at center, #ffffff 60%,#dfdfdf 100%);
|
||||||
|
background-color: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar button img {
|
div.editor_atto_toolbar button img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user