From 889c607f9a75ad3c414d83e8b6eaec6c144be286 Mon Sep 17 00:00:00 2001 From: Oskar Wiksten Date: Tue, 29 Jan 2013 18:44:37 +0100 Subject: [PATCH] Refactor content editor - provide hovering hint on clickable icons. --- AndorsTrailEdit/styles2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/AndorsTrailEdit/styles2.css b/AndorsTrailEdit/styles2.css index ff2d9e998..fa11f6738 100644 --- a/AndorsTrailEdit/styles2.css +++ b/AndorsTrailEdit/styles2.css @@ -17,6 +17,7 @@ html, body { margin:0; padding:0; } .at-input-gold { width: 80px; } .at-input-iconID { width: 120px; } .at-input-icon { display: inline-block; vertical-align: top; } +.at-input-icon:hover { -moz-box-shadow: 0 0 15px blue; -webkit-box-shadow: 0 0 15px blue; box-shadow: 0 0 15px blue; } .workarea h3 { font-size: 18px; margin: 0 0 0 5px; } .workarea legend { font-size: 16px; margin: 0 0 5px 0; }