2020-12-07 18:03:25 +08:00
|
|
|
/*!
|
|
|
|
|
* No overrides for the default theme as it aligns with general.css
|
2020-12-17 21:07:09 +08:00
|
|
|
*/
|
|
|
|
|
|
2020-12-23 15:22:27 +08:00
|
|
|
/*
|
|
|
|
|
* Maps
|
|
|
|
|
*/
|
|
|
|
|
|
2020-12-17 21:07:09 +08:00
|
|
|
.leaflet-tile {
|
|
|
|
|
filter: brightness(0.7) grayscale(0.6) !important;
|
|
|
|
|
}
|
|
|
|
|
path.grid-rectangle {
|
|
|
|
|
stroke: rgba(200, 200, 200, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.grid-text > font {
|
|
|
|
|
color: rgba(220, 220, 220, 0.85) !important;
|
|
|
|
|
-webkit-text-stroke: 1px black !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path.grid-confirmed {
|
|
|
|
|
fill: rgba(144, 238, 144, 0.3) !important;
|
|
|
|
|
stroke: rgba(144, 238, 144, 0.3) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path.grid-worked {
|
|
|
|
|
fill: rgba(220, 50, 50, 0.4) !important;
|
|
|
|
|
stroke: rgba(220, 50, 50, 0.4) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-23 15:22:27 +08:00
|
|
|
#map,
|
|
|
|
|
#qsomap{
|
|
|
|
|
background-color: #2E3E50;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Dark Navigation
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Navigation background */
|
|
|
|
|
.bg-light {
|
|
|
|
|
background-color: #4e5d6c !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Inactive Links */
|
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
|
|
|
color: rgba(255,255,255,.6);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Active Links and Logo */
|
|
|
|
|
.navbar-light .navbar-brand,
|
|
|
|
|
.navbar-light .navbar-brand:focus,
|
|
|
|
|
.navbar-light .navbar-brand:hover,
|
|
|
|
|
.navbar-light .navbar-nav .active>.nav-link,
|
|
|
|
|
.navbar-light .navbar-nav .nav-link:focus,
|
|
|
|
|
.navbar-light .navbar-nav .nav-link:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Dark inputs
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.form-control,
|
|
|
|
|
.form-control:focus,
|
|
|
|
|
.form-control:disabled,
|
|
|
|
|
.custom-select {
|
|
|
|
|
background-color: rgba(20,20,20,.25);
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|