mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Added tests for RootFolderCheck
Fixed: Progress bar colour when series is continuing Fixed: Episode Title in tables will show proper cursor and underline
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
@import "../Content/mixins";
|
||||
@import "../Content/variables";
|
||||
|
||||
.table {
|
||||
|
||||
//table-layout: fixed;
|
||||
}
|
||||
|
||||
.series-title {
|
||||
.text-overflow();
|
||||
|
||||
@@ -24,9 +19,10 @@
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
|
||||
&.focus, &.hover {
|
||||
&:focus, &:hover {
|
||||
color: #2a6496;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media @lg {
|
||||
|
||||
Reference in New Issue
Block a user