Skip to content

Commit

Permalink
MDL-42091 Atto - fixing on click indication
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr committed Oct 10, 2013
1 parent 8bcd5dd commit 97b251a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/editor/atto/styles.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit 97b251a

Please sign in to comment.