.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;
}
.browse-tag-list {
table-layout: fixed;
white-space: pre-wrap;
+ word-wrap: break-word;
+ word-break: break-word;
tr:last-child th, tr:last-child td {
border-bottom: 0;
}
}
- /* Rules for messages pages */
-
- .messages {
- .inbox-row-unread td {
- background: #CBEEA7;
- }
- }
-
/* Rules for user images */
img.user_image {