color: $blue;
}
-/* Rules for borders */
-/* These add additional colours to those provided by bootstrap */
-.border-grey {
- border-color: $grey !important;
-}
-
-.border-lightgrey {
- border-color: $lightgrey !important;
-}
-
/* Rules for the header */
#menu-icon {
#sidebar {
float: left;
width: $sidebarWidth;
- background: #fff;
#sidebar_loader {
display: none;
}
}
- span.action-button:hover {
- cursor: pointer;
- text-decoration: underline;
- }
-
.note-description {
overflow: hidden;
margin: 0 0 10px 10px;
/* Rules for non-map content pages */
-.content-heading {
- background: $lightgrey;
-}
-
.content-inner {
position: relative;
max-width: 960px;
}
.search_form {
- background-color: $lightgrey;
-
#query {
z-index: 0;
}
}
}
-.directions_form {
- background-color: $lightgrey;
-}
-
/* Rules for user images */
img.user_image {
}
}
+/* Rules for tabs inside secondary background sections */
+
+.bg-body-secondary .nav-tabs {
+ --bs-border-color: var(--bs-secondary-border-subtle);
+ --bs-secondary-bg: var(--bs-secondary-border-subtle);
+ margin-bottom: -1px;
+}
+
@import 'browse';