Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2026-01-21 12:24:03 +00:00
5 changed files with 171 additions and 1 deletions

View File

@@ -114,3 +114,37 @@ span.grid-text-worked > font {
color: rgb(255, 255, 255) !important;
font-weight: 400 !important;
}
/* Override CAT frequency gradient */
.cat-frequency-gradient,
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus {
background-color: rgba(82, 81, 81, 0.7) !important;
--bs-table-bg: rgba(82, 81, 81, 0.7) !important;
--bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important;
}
/* Only set text color to white for direct text content, not spans with text classes */
.cat-frequency-gradient td,
.cat-frequency-gradient th,
tr[data-gradient-color] td,
tr[data-gradient-color] th {
color: #fff !important;
}
.cat-frequency-gradient > td > a > .text-success {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-success > a {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-danger > a {
color: #ffc4c4 !important;
}
.cat-frequency-gradient > td > a > .text-danger {
color: #ffc4c4 !important;
}

View File

@@ -113,4 +113,38 @@ span.grid-text-worked > font {
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/* Override CAT frequency gradient */
.cat-frequency-gradient,
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus {
background-color: rgba(82, 81, 81, 0.7) !important;
--bs-table-bg: rgba(82, 81, 81, 0.7) !important;
--bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important;
}
/* Only set text color to white for direct text content, not spans with text classes */
.cat-frequency-gradient td,
.cat-frequency-gradient th,
tr[data-gradient-color] td,
tr[data-gradient-color] th {
color: #fff !important;
}
.cat-frequency-gradient > td > a > .text-success {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-success > a {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-danger > a {
color: #ffc4c4 !important;
}
.cat-frequency-gradient > td > a > .text-danger {
color: #ffc4c4 !important;
}

View File

@@ -1,4 +1,4 @@
/*!
* No overrides for the default theme as it aligns with general.css
*/
@@ -153,3 +153,37 @@ span.grid-text-worked > font {
color: rgb(255, 255, 255) !important;
font-weight: 400 !important;
}
/* Override CAT frequency gradient */
.cat-frequency-gradient,
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus {
background-color: rgba(82, 81, 81, 0.7) !important;
--bs-table-bg: rgba(82, 81, 81, 0.7) !important;
--bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important;
}
/* Only set text color to white for direct text content, not spans with text classes */
.cat-frequency-gradient td,
.cat-frequency-gradient th,
tr[data-gradient-color] td,
tr[data-gradient-color] th {
color: #fff !important;
}
.cat-frequency-gradient > td > a > .text-success {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-success > a {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-danger > a {
color: #ffc4c4 !important;
}
.cat-frequency-gradient > td > a > .text-danger {
color: #ffc4c4 !important;
}

View File

@@ -95,4 +95,38 @@ span.grid-text-unworked > font {
span.grid-text-worked > font {
color: rgb(255, 255, 255) !important;
font-weight: 400 !important;
}
/* Override CAT frequency gradient */
.cat-frequency-gradient,
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus {
background-color: rgba(82, 81, 81, 0.7) !important;
--bs-table-bg: rgba(82, 81, 81, 0.7) !important;
--bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important;
}
/* Only set text color to white for direct text content, not spans with text classes */
.cat-frequency-gradient td,
.cat-frequency-gradient th,
tr[data-gradient-color] td,
tr[data-gradient-color] th {
color: #fff !important;
}
.cat-frequency-gradient > td > a > .text-success {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-success > a {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-danger > a {
color: #ffc4c4 !important;
}
.cat-frequency-gradient > td > a > .text-danger {
color: #ffc4c4 !important;
}

View File

@@ -131,3 +131,37 @@ span.grid-text-worked > font {
color: rgb(255, 255, 255) !important;
font-weight: 400 !important;
}
/* Override CAT frequency gradient */
.cat-frequency-gradient,
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus {
background-color: rgba(82, 81, 81, 0.7) !important;
--bs-table-bg: rgba(82, 81, 81, 0.7) !important;
--bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important;
}
/* Only set text color to white for direct text content, not spans with text classes */
.cat-frequency-gradient td,
.cat-frequency-gradient th,
tr[data-gradient-color] td,
tr[data-gradient-color] th {
color: #fff !important;
}
.cat-frequency-gradient > td > a > .text-success {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-success > a {
color: #08ff42 !important;
}
.cat-frequency-gradient > td > .text-danger > a {
color: #ffc4c4 !important;
}
.cat-frequency-gradient > td > a > .text-danger {
color: #ffc4c4 !important;
}