1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Episode title cell styling

This commit is contained in:
Mark McDowall 2014-05-27 00:21:32 -07:00
parent 61194bc925
commit e5ea50e1dc

View File

@ -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;
}