mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add "danger". like tooltip, but orange and scary
This commit is contained in:
@@ -162,6 +162,15 @@ input:checked.sectionToggle + div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.danger {
|
||||
background: #ff6000 !important;
|
||||
}
|
||||
|
||||
.danger:before {
|
||||
content: '!!';
|
||||
background: #ff6000;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 40px auto;
|
||||
max-width: 1300px;
|
||||
|
||||
Reference in New Issue
Block a user