Added a new button (red)

Added a new button class btn-third
This commit is contained in:
cp6 2021-01-22 12:21:12 +11:00
parent 25eae92b0e
commit 8177597e48

View File

@ -57,6 +57,7 @@ body {
.container { .container {
max-width: 960px max-width: 960px
} }
.modal-lg { .modal-lg {
max-width: 800px; max-width: 800px;
} }
@ -1317,7 +1318,7 @@ button.close {
border-color: #3a73cf border-color: #3a73cf
} }
.btn-main:active { .btn-main:active, .btn-second:active, .btn-third:active {
background-image: none background-image: none
} }
@ -1333,8 +1334,16 @@ button.close {
border-color: #2ea69a border-color: #2ea69a
} }
.btn-second:active { .btn-third {
background-image: none color: #f7f7f7;
background-color: #f06f6f;
border-color: #df4b4b;
}
.btn-third:hover, .btn-third:focus, .btn-third:active {
color: #f7f7f7;
background-color: #d05555;
border-color: #a62e2e;
} }
.view-yabs-btn { .view-yabs-btn {