1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

New: Episode quality badges are now styled differently for episodes that haven't met quality cutoff yet.

This commit is contained in:
Taloth Saldono
2014-08-19 00:24:44 +02:00
parent bd60133274
commit ded6e966e3
7 changed files with 48 additions and 7 deletions
+6
View File
@@ -86,6 +86,12 @@ td.episode-status-cell, td.quality-cell {
font-size: 9px;
}
.badge-inverse {
background-color: #eee;
border: 1px solid @badge-bg;
color: @badge-bg;
}
.progress {
height : 10px;
margin-top : 5px;