mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix no-descending-specificity (CSS)
This commit is contained in:
parent
ba8b34cd56
commit
eef526df2c
13 changed files with 209 additions and 212 deletions
|
@ -123,6 +123,10 @@
|
|||
width: 2.0833333333333333333333333333333%;
|
||||
}
|
||||
|
||||
.programCell, .guide-channelHeaderCell {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.guide-channelHeaderCell, .guide-channelTimeslotHeader {
|
||||
padding: 0 !important;
|
||||
cursor: pointer;
|
||||
|
@ -362,10 +366,6 @@
|
|||
contain: layout style paint;
|
||||
}
|
||||
|
||||
.programCell, .guide-channelHeaderCell {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.timerIcon, .seriesTimerIcon {
|
||||
color: #cc3333 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue