Force gold styling with !important for toggle buttons
This commit is contained in:
@@ -132,20 +132,21 @@
|
|||||||
|
|
||||||
/* Payload type toggle - gold styling */
|
/* Payload type toggle - gold styling */
|
||||||
.btn-check + .btn-outline-primary {
|
.btn-check + .btn-outline-primary {
|
||||||
color: #ffe699;
|
color: #ffe699 !important;
|
||||||
border-color: #b8860b;
|
border-color: #b8860b !important;
|
||||||
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-check + .btn-outline-primary:hover {
|
.btn-check + .btn-outline-primary:hover {
|
||||||
color: #fff2c4;
|
color: #fff2c4 !important;
|
||||||
border-color: #ffe699;
|
border-color: #ffe699 !important;
|
||||||
background: rgba(255, 230, 153, 0.1);
|
background: rgba(255, 230, 153, 0.1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-check:checked + .btn-outline-primary {
|
.btn-check:checked + .btn-outline-primary {
|
||||||
color: #1a1a2e;
|
color: #1a1a2e !important;
|
||||||
background: #ffe699;
|
background: #ffe699 !important;
|
||||||
border-color: #ffe699;
|
border-color: #ffe699 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user