mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 15:23:56 +08:00
Updating button and signin style.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user