Gold toggle text with outline and drop shadow like labels
This commit is contained in:
@@ -133,6 +133,13 @@
|
|||||||
/* Payload type toggle - gold text when selected */
|
/* Payload type toggle - gold text when selected */
|
||||||
.btn-check:checked + .btn-outline-primary {
|
.btn-check:checked + .btn-outline-primary {
|
||||||
color: #ffe699 !important;
|
color: #ffe699 !important;
|
||||||
|
font-weight: 500;
|
||||||
|
text-shadow:
|
||||||
|
-0.3px -0.3px 0 #b8860b,
|
||||||
|
0.3px -0.3px 0 #b8860b,
|
||||||
|
-0.3px 0.3px 0 #b8860b,
|
||||||
|
0.3px 0.3px 0 #b8860b,
|
||||||
|
1px 2px 2px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user