mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 07:08:53 +00:00
9 lines
143 B
CSS
9 lines
143 B
CSS
.fox_button {
|
|
transition: all .3s ease;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.fox_active, .fox_atc_active {
|
|
background-color: #dee2e6 !important;
|
|
}
|