Fix: Added loading spinner to all autocomplete lists, better list text color

This commit is contained in:
kay.one
2012-03-01 18:37:43 -08:00
parent f651c0e23d
commit f56358067d
4 changed files with 20 additions and 19 deletions
+1 -10
View File
@@ -37,16 +37,7 @@
overflow-x: hidden;
}
.seriesLookup.ui-autocomplete-loading {
background: white url('../../Content/Images/ajax-loader.gif') 99% center no-repeat;
background-size: 18px 18px
}
.ui-autocomplete .seriesLookupTitle{
font-size: 110%;
font-family: "Segoe UI", "Open Sans", "Segoe UI", sans-serif;
color: lightgrey;
}
</style>
}