From 97b251a352d6a78550df4ece9e241eabbf548021 Mon Sep 17 00:00:00 2001 From: Jason Fowler Date: Thu, 10 Oct 2013 13:47:10 +0800 Subject: [PATCH] MDL-42091 Atto - fixing on click indication --- lib/editor/atto/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/editor/atto/styles.css b/lib/editor/atto/styles.css index a0c2feb42fd..13840ec9d94 100644 --- a/lib/editor/atto/styles.css +++ b/lib/editor/atto/styles.css @@ -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; }