options.css
42 lines
| 1 | #icon-wpfront-scroll-top { |
| 2 | background: url("../images/settings32x32.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 3 | } |
| 4 | |
| 5 | #wpfront-scroll-top-options input.pixels { |
| 6 | width: 40px; |
| 7 | } |
| 8 | |
| 9 | #wpfront-scroll-top-options input.seconds { |
| 10 | width: 40px; |
| 11 | } |
| 12 | |
| 13 | #wpfront-scroll-top-options div.icons-container { |
| 14 | display: inline-block; |
| 15 | width: 80%; |
| 16 | } |
| 17 | |
| 18 | #wpfront-scroll-top-options div.icons-container div { |
| 19 | float: left; |
| 20 | margin-right: 20px; |
| 21 | margin-bottom: 10px; |
| 22 | min-width: 100px; |
| 23 | min-height: 70px; |
| 24 | } |
| 25 | |
| 26 | #wpfront-scroll-top-options div.icons-container div.selected { |
| 27 | background-color: silver; |
| 28 | } |
| 29 | |
| 30 | #wpfront-scroll-top-options div.icons-container div:hover { |
| 31 | background-color: silver; |
| 32 | } |
| 33 | |
| 34 | #wpfront-scroll-top-options div.icons-container div input { |
| 35 | vertical-align: top; |
| 36 | } |
| 37 | |
| 38 | #wpfront-scroll-top-options div input.customImage { |
| 39 | width: 50%; |
| 40 | } |
| 41 | |
| 42 |