Skip to content

Commit 41f9fa4

Browse files
committed
aligined controls with new hover scheme
1 parent 7dcaabf commit 41f9fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/templates/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,11 +496,11 @@
496496
}
497497

498498
.data-controls:hover {
499-
color: #333;
500-
background-color: #ccc;
499+
color: #fff;
500+
background-color: #999;
501501
}
502+
502503
.data-controls:active {
503-
color: #ffffff;
504504
background-color: #f79b44;
505505
}
506506

0 commit comments

Comments
 (0)