Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created January 16, 2012 09:24
Show Gist options
  • Save tlxue/1619973 to your computer and use it in GitHub Desktop.
Save tlxue/1619973 to your computer and use it in GitHub Desktop.
Rfsh Btn
.notice {
display: block;
background-color: #E1F0F7;
text-align: center;
margin: 10px 0;
padding: 4px 10px;
border-radius: 4px;
color: #777;
text-shadow: 0 1px 0 #fff;
text-decoration: none !important;
cursor: pointer;
border: 1px solid #cce1ef;
}
.notice:hover {
background: #daedf5;
border: 1px solid #c7dff0;
color: #666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment