mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-12-01 13:20:54 +00:00
Corrected border colour for danger button
This commit is contained in:
parent
98608a6cc8
commit
57ac72af5d
@ -116,6 +116,7 @@ p strong {
|
||||
}
|
||||
.btn.danger {
|
||||
background-color: #c00;
|
||||
border: 1px solid #c00;
|
||||
}
|
||||
.btn.danger:focus {
|
||||
box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.2);
|
||||
|
Loading…
Reference in New Issue
Block a user