.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;
}
#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-result {
cursor: pointer;
}
-
- &.selected {
- background: $list-highlight;
- }
}
}
}
}
}
-/* Rules for messages pages */
-
-.messages {
- .inbox-row-unread td {
- background: #CBEEA7;
- }
-}
-
/* Rules for user images */
img.user_image {