1
0
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:
Romein van Buren 2023-01-18 14:06:27 +01:00
parent 98608a6cc8
commit 57ac72af5d
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -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);