mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: Add colors to log table rows
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user