mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
(trunk clutch) #2996 "turn error torrents red in the main window" -- added.
This commit is contained in:
@@ -418,6 +418,19 @@ ul.torrent_list li.torrent div.torrent_peer_details {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
ul.torrent_list li.torrent div.torrent_progress_details.error {
|
||||
color: #FF0000;
|
||||
}
|
||||
ul.torrent_list li.torrent.selected div.torrent_progress_details.error {
|
||||
color: #FFF;
|
||||
}
|
||||
ul.torrent_list li.torrent div.torrent_peer_details.error {
|
||||
color: #FF0000;
|
||||
}
|
||||
ul.torrent_list li.torrent.selected div.torrent_peer_details.error {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
ul.torrent_list li.torrent div.torrent_progress_details.compact,
|
||||
ul.torrent_list li.torrent div.torrent_peer_details.compact {
|
||||
padding-top: 3px;
|
||||
|
||||
Reference in New Issue
Block a user