Hover style on buttons

This commit is contained in:
emeric
2018-09-02 14:02:05 +02:00
parent 519b310a49
commit 92e4206ce6
3 changed files with 16 additions and 4 deletions
+12
View File
@@ -178,6 +178,10 @@ a:hover {
cursor: pointer;
}
.Lms-explore-btn:hover {
color: #337ab7;
}
.Lms-playqueue-entry {
min-height: 32px;
padding-top: 2px;
@@ -198,6 +202,10 @@ a:hover {
margin: 2px;
}
.Lms-playqueue-btn:hover {
color: #337ab7;
}
.Lms-playqueue-selected {
font-weight: 800;
}
@@ -229,4 +237,8 @@ a:hover {
cursor: pointer;
}
.Lms-player-btn:hover {
color: #337ab7;
}