mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user