Fix spaces and less variables.

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

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

Loading…
Cancel
Save