Fix spaces and less variables.

v1.18.x
yariplus 10 years ago
parent 145f7b3809
commit 6c44de27ed

@ -233,15 +233,18 @@
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
} }
>a:hover, >a:focus { >a:hover, >a:focus {
color:#333; color: @gray-dark;
background-color:#b2cdf0 background-color: @gray-light;
} }
>#reconnect { >#reconnect {
color: #afb1b1; color: @gray-light;
} }
>#reconnect:focus, >#reconnect:hover { >#reconnect:focus, >#reconnect:hover {
color: #afb1b1; color: @gray-light;
background-color: transparent; background-color: transparent;
} }
} }

Loading…
Cancel
Save