mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Refactor content editor - provide hovering hint on clickable icons.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user