mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 03:11:51 +00:00
Episode title cell styling
This commit is contained in:
parent
61194bc925
commit
e5ea50e1dc
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@
|
|||
.episode-title-cell {
|
||||
.text-overflow();
|
||||
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
|
||||
&.focus, &.hover {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media @lg {
|
||||
max-width: 350px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue