mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
WebUI: Add colors to log table rows
This commit is contained in:
parent
10149de205
commit
0e03e4f8a7
1 changed files with 5 additions and 5 deletions
|
@ -55,20 +55,20 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logNormal {
|
.logTableRowlogNormal {
|
||||||
color: var(--color-text-default);
|
color: var(--color-text-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
.logInfo {
|
.logTableRowlogInfo {
|
||||||
color: var(--color-text-blue);
|
color: var(--color-text-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.logWarning {
|
.logTableRowlogWarning {
|
||||||
color: var(--color-text-orange);
|
color: var(--color-text-orange);
|
||||||
}
|
}
|
||||||
|
|
||||||
.logCritical,
|
.logTableRowlogCritical,
|
||||||
.peerBlocked {
|
.logTableRowpeerBlocked {
|
||||||
color: var(--color-text-red);
|
color: var(--color-text-red);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue