mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Episode title cell styling
This commit is contained in:
@@ -21,6 +21,14 @@
|
|||||||
.episode-title-cell {
|
.episode-title-cell {
|
||||||
.text-overflow();
|
.text-overflow();
|
||||||
|
|
||||||
|
color: #428bca;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&.focus, &.hover {
|
||||||
|
color: #2a6496;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media @lg {
|
@media @lg {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user