add track casing + change color to magenta

This commit is contained in:
Norbert Renner 2015-04-25 16:19:30 +02:00
parent e822c9a21c
commit 7c2df94fe8
5 changed files with 37 additions and 4 deletions

View file

@ -1,5 +1,5 @@
div.line-mouse-marker {
background-color: #ffffff;
border: 4px solid rgba(0, 51, 255, 0.6);
background-color: white;
border: 4px solid magenta;
border-radius: 8px;
}