Updating button and signin style.

This commit is contained in:
David Jay
2017-02-23 17:02:35 -05:00
parent c1e3aec181
commit e735fb800a
+6 -3
View File
@@ -17,17 +17,16 @@ body {
}
button {
padding: 5px 10px;
margin: 5px 10px 5px 0px;
background: none;
padding: 0px;
border: none;
font-size: inherit;
}
button:hover {
border-radius: 2px;
color: #FFF;
background-color: rgb(155, 155, 155);
color: #767676;
}
button i {
@@ -66,6 +65,10 @@ hr {
color: #FFF;
}
#coralSignInButton:hover {
background-color: #767676;
}
/* Info Box Styles */
.coral-plugin-infobox-info {
top: 0;