mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 08:18:56 +00:00
add: notification in viewer when error appears && api requests exception && new map-style (preparing for new update) && buttons color change
This commit is contained in:
@@ -18,7 +18,19 @@
|
||||
{% block header_css %}{% endblock %}
|
||||
</head>
|
||||
<style>
|
||||
.btn-outline-primary:hover, .btn-outline-primary:active {
|
||||
color: white !important;
|
||||
background-color: var(--main-rgb) !important;
|
||||
border-color: var(--main-rgb) !important;
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
border-color: var(--main-rgb);
|
||||
color: var(--main-rgb);
|
||||
}
|
||||
|
||||
:root {
|
||||
--main-rgb: #FA8232;
|
||||
--bs-primary-rgb: 250, 130, 50
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user