mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -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;
|
||||
}
|
||||
|
||||
.logNormal {
|
||||
.logTableRowlogNormal {
|
||||
color: var(--color-text-default);
|
||||
}
|
||||
|
||||
.logInfo {
|
||||
.logTableRowlogInfo {
|
||||
color: var(--color-text-blue);
|
||||
}
|
||||
|
||||
.logWarning {
|
||||
.logTableRowlogWarning {
|
||||
color: var(--color-text-orange);
|
||||
}
|
||||
|
||||
.logCritical,
|
||||
.peerBlocked {
|
||||
.logTableRowlogCritical,
|
||||
.logTableRowpeerBlocked {
|
||||
color: var(--color-text-red);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue