max-width: 100%;
}
-small, aside {
- font-size: 12px;
-}
-
time[title] {
text-decoration: underline dotted;
}
#container { position: relative; }
-.small_icon {
- vertical-align: middle;
- margin-right: $lineheight * 0.25;
-}
-
/* Rules for icons */
.icon {
.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 */
/* Rules for search sidebar */
#sidebar .search_results_entry {
- ul li.selected {
- background: $list-highlight;
- }
-
.search_more .loader {
display: none;
}
#sidebar .changesets {
li {
- &.selected { background: $list-highlight; }
- /* color is derived from changeset bbox fillColor in history.js */
+ &.selected {
+ @extend :hover;
+ }
a.stretched-link > span, a:not(.stretched-link), [title] {
position: relative;
.query-results {
display: none;
-
- ul {
- li {
- &.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 {
.sprite.rules {
/*rtl:ignore*/ background-position: -350px 0;
}
-
- .icon.note {
- background-color: #333;
- border-radius: 4px;
- }
}
.site-about #content {