Changing blue button hover color

This commit is contained in:
Jared Tabor
2016-05-03 16:22:45 -07:00
committed by Leigh Johnson
parent d4bee2cc82
commit fced58d920

View File

@@ -150,7 +150,7 @@ a:focus {
} }
.btn-primary:hover { .btn-primary:hover {
background-color: @blue-dark; background-color: @default-link-hov;
} }
/* List Actions column */ /* List Actions column */