Skip to content

Instantly share code, notes, and snippets.

@MuratOrs
Created March 11, 2016 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MuratOrs/3149b1f412f4f69f6ac3 to your computer and use it in GitHub Desktop.
Save MuratOrs/3149b1f412f4f69f6ac3 to your computer and use it in GitHub Desktop.
Read more
/* для данного кода требуется картинка ▷ */
.views-more-link {
margin-bottom: 1em;
display: inline-block;
}
a.views-more-link {
border-radius: 3px;
background: #e7e7e7 url(../images/more-link.png) 10px 12px no-repeat;
font-weight: 500;
color: #888;
padding: 6px 10px 9px 31px;
-moz-transition: all 0.3s 0.01s ease;
-o-transition: all 0.3s 0.01s ease;
-webkit-transition: all 0.3s 0.01s ease;
}
a.views-more-link:hover {
background:#8A8A8A url(../images/more-link.png) 20px 12px no-repeat;
color:#fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment