| 1 |
/** |
| 2 |
* All of the CSS for your admin-specific functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
.imageSeqNumber { |
| 9 |
position:absolute; |
| 10 |
height:16px; |
| 11 |
width:16px; |
| 12 |
top:-17px; |
| 13 |
left:8px; |
| 14 |
text-shadow: 0px 0px 5px white; |
| 15 |
font-weight: bold; |
| 16 |
font-size:18px; |
| 17 |
color: black; |
| 18 |
} |
| 19 |
|
| 20 |
|
| 21 |
/* |
| 22 |
* SLIDER FOR ALIGNMENT CSS IN ADMIN |
| 23 |
* |
| 24 |
*/ |
| 25 |
|
| 26 |
/* THIS CHANGES HELP TEXT TO BE FULL WIDTH*/ |
| 27 |
.ssq-range-slider .cf-field__help { |
| 28 |
width:100%; |
| 29 |
} |
| 30 |
|
| 31 |
/* THIS CHANGES SLIDER DESIGN */ |
| 32 |
.ssq-range-slider .cf-text__input { |
| 33 |
-webkit-appearance: none; |
| 34 |
width: 100%; |
| 35 |
height: 10px; |
| 36 |
border-radius: 5px; |
| 37 |
background: #d3d3d3; |
| 38 |
outline: none; |
| 39 |
opacity: 0.7; |
| 40 |
-webkit-transition: .2s; |
| 41 |
transition: opacity .2s; |
| 42 |
} |
| 43 |
|
| 44 |
.ssq-range-slider .cf-text__input::-webkit-slider-thumb { |
| 45 |
-webkit-appearance: none; |
| 46 |
appearance: none; |
| 47 |
width: 20px; |
| 48 |
height: 20px; |
| 49 |
border-radius: 50%; |
| 50 |
background: #0075FF; |
| 51 |
cursor: pointer; |
| 52 |
} |
| 53 |
|
| 54 |
.ssq-range-slider .cf-text__input::-moz-range-thumb { |
| 55 |
width: 20px; |
| 56 |
height: 20px; |
| 57 |
border-radius: 50%; |
| 58 |
background: #0075FF; |
| 59 |
cursor: pointer; |
| 60 |
} |
| 61 |
|
| 62 |
/* schovej-to */ |
| 63 |
|
| 64 |
.schovej-to-policko{ |
| 65 |
display: none; |
| 66 |
} |