MediaWiki:Gadget-hero-comparison.css

From The Deadlock Wiki
Revision as of 16:59, 30 June 2026 by LVL (talk | contribs) (Add alt fire styling)
Jump to navigation Jump to search

Note: After publishing, you may need to reload with your cache disabled to see your changes.

  • Windows / Linux: Press Ctrl-Shift-R
  • macOS: Press ⌘-Shift-R
.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;
}

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