Fixed: Fixed styling for add series dropdown

Fixed: Adding a series is now blocked unless a valid root folder is provided
This commit is contained in:
kay.one
2012-02-26 19:25:57 -08:00
parent a4c433c5b2
commit 9669869c9b
6 changed files with 14 additions and 23 deletions
+3 -6
View File
@@ -42,15 +42,12 @@
background-size: 18px 18px
}
.ui-autocomplete .seriesLookupTitle {
.ui-autocomplete .seriesLookupTitle{
font-size: 110%;
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
font-family: "Segoe UI", "Open Sans", "Segoe UI", sans-serif;
color: lightgrey;
}
.ui-autocomplete .seriesLookupFirstAired {
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
}
</style>
}