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

From The Deadlock Wiki
Jump to navigation Jump to search
LVL (talk | contribs)
Add alt fire styling
LVL (talk | contribs)
No edit summary
Line 20: Line 20:
     background: none;
     background: none;
     border: none;
     border: none;
     color: inherit;
     color: inherit !important;  
     cursor: pointer;
     cursor: pointer;
     font-weight: bold;
     font-weight: bold;

Revision as of 20:08, 30 June 2026

.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 !important; 
    cursor: pointer;
    font-weight: bold;
    font-size: inherit;
    text-decoration: none;
    padding: 0 2px;
}