MediaWiki:Gadget-hero-comparison.css: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
Created page with ".stat-num { transition: color 0.3s ease; } .stat-num.stat-changed { color: #4CAF50 !important; font-weight: bold; } #hero-controls input:focus { outline: 1px solid #666; border-color: #888; } #hero-controls button:hover { background: #555 !important; }"
 
LVL (talk | contribs)
Add alt fire styling
Line 12: Line 12:
#hero-controls button:hover {
#hero-controls button:hover {
     background: #555 !important;
     background: #555 !important;
}
.alt-fire-sub { display: none; }
.alt-fire-sub.visible { display: table-row; }
a.toggle-alt-fire {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-weight: bold;
    font-size: inherit;
    text-decoration: none;
    padding: 0 2px;
}
}