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:
Mark McDowall
2014-05-28 07:15:19 -07:00
parent e5ea50e1dc
commit 30c82f2613
5 changed files with 60 additions and 7 deletions
+2 -6
View File
@@ -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 {