.table-secondary {
--bs-table-bg: rgb(var(--bs-secondary-rgb), .25);
}
- .table-primary, .table-secondary {
+ .table-success {
+ --bs-table-bg: rgb(var(--bs-success-rgb), .25);
+ }
+ .table-primary, .table-secondary, .table-success {
--bs-table-color: initial;
border-color: inherit;
}
border-top: 0px !important;
}
+.leaflet-popup-content-wrapper,
+.leaflet-popup-tip {
+ @extend .bg-body, .text-body;
+}
+
.leaflet-popup-content-wrapper {
- border-radius: 4px !important;
+ @extend .rounded-1;
+
+ a {
+ color: var(--bs-link-color) !important;
+ }
}
/* Rules for attribution text under the main map shown on printouts */
&.query-result {
cursor: pointer;
}
-
- &.selected {
- background: $list-highlight;
- }
}
}
}
/* Rules for user popups on maps */
.user_popup {
- min-width: 200px;
p {
padding: 0 0 5px 0;
margin: 0 0 0 60px;
}
}
-/* Rules for messages pages */
-
-.messages {
- .inbox-row-unread td {
- background: #CBEEA7;
- }
-}
-
/* Rules for user images */
img.user_image {