Merge branch 'MDL-42091-master' of git://github.com/phalacee/moodle

This commit is contained in:
Damyon Wiese 2013-10-10 14:04:47 +08:00
commit 835a006b07

View File

@ -47,16 +47,16 @@ div.editor_atto_toolbar button[disabled] {
cursor: default;
}
.editor_atto_toolbar button:active {
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;
}
.editor_atto_toolbar button:active {
background-image: radial-gradient(ellipse at center, #ffffff 40%,#dfdfdf 100%);
background-color: #dfdfdf;
}
div.editor_atto_toolbar button img {
padding: 1px;
}