Refactor content editor - provide hovering hint on clickable icons.

This commit is contained in:
Oskar Wiksten
2013-01-29 18:44:37 +01:00
parent bb33261d21
commit 889c607f9a

View File

@@ -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; }