fix tv program cards
This commit is contained in:
+15
-5
@@ -69,16 +69,26 @@
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.fullSyncIndicator {
|
||||
background: #cc3333;
|
||||
}
|
||||
|
||||
.playedIndicatorIcon, .syncIndicator {
|
||||
.indicatorIcon {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.fullSyncIndicator {
|
||||
color: #673AB7;
|
||||
padding: 0;
|
||||
border: 4px solid #673AB7;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.fullSyncIndicatorIcon {
|
||||
margin: -3px;
|
||||
font-size: 26px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
}
|
||||
|
||||
.layout-tv .countIndicator, .layout-tv .playedIndicator {
|
||||
width: 3.8vh;
|
||||
height: 3.8vh;
|
||||
|
||||
Reference in New Issue
Block a user