options.css
8 years ago
options.min.css
8 years ago
wpfront-scroll-top.css
8 years ago
wpfront-scroll-top.min.css
8 years ago
wpfront-scroll-top.css
21 lines
| 1 | #wpfront-scroll-top-container { |
| 2 | display: none; |
| 3 | position: fixed; |
| 4 | cursor: pointer; |
| 5 | z-index: 9999; |
| 6 | } |
| 7 | |
| 8 | #wpfront-scroll-top-container div.text-holder { |
| 9 | padding: 3px 10px; |
| 10 | border-radius: 3px; |
| 11 | -webkit-border-radius: 3px; |
| 12 | -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5); |
| 13 | -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5); |
| 14 | box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5); |
| 15 | } |
| 16 | |
| 17 | #wpfront-scroll-top-container a { |
| 18 | outline-style: none; |
| 19 | box-shadow: none; |
| 20 | text-decoration: none; |
| 21 | } |