update icons

This commit is contained in:
Luke Pulverenti 2015-06-18 15:43:47 -04:00
parent 22bb6a4963
commit 615cc844ae
16 changed files with 27 additions and 21 deletions

View file

@ -19,6 +19,14 @@
padding-top: 16px;
}
@media all and (max-width: 600px) {
.libraryViewNav a {
padding-left: 10px;
padding-right: 10px;
}
}
.libraryViewNav .ui-btn-active {
border-bottom-color: transparent;
color: #539FFD !important;
@ -111,13 +119,14 @@ h1, h1 a {
.libraryViewNav .material-icons {
display: block;
margin-top: -5px;
margin-top: -6px;
font-size: 15px;
}
.btnActiveCast i {
color: #539FFD !important;
}
.libraryViewNav a:not(.ui-btn-active):hover {
color: #539FFD !important;
}
}