aboutsummaryrefslogtreecommitdiff
path: root/app/css/lbarman.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/css/lbarman.css')
-rw-r--r--app/css/lbarman.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/css/lbarman.css b/app/css/lbarman.css
index a688146..2a2a171 100644
--- a/app/css/lbarman.css
+++ b/app/css/lbarman.css
@@ -51,7 +51,8 @@ body
.selected > .circle {
- background-color: red;
+ background-color: rgba(7,140,255,.6);
+ border-color: black;
}
.point > .songLabel p{
position: relative;
@@ -61,6 +62,10 @@ body
display: none;
font-size: 22px;
}
+.selected > .songLabel p{
+ color:rgb(7,140,255);
+}
+
.point:hover > .songLabel p{
display: block;
}