mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +00:00
added range styling...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
14375d8fb2
commit
ac1f126e17
@ -27,6 +27,25 @@ div > span:first-child {
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* range syling... */
|
||||||
|
input[type='range'] {
|
||||||
|
-webkit-appearance: none !important;
|
||||||
|
background: silver;
|
||||||
|
height: 4px;
|
||||||
|
border: solid 1px gray;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
input[type='range']::-webkit-slider-thumb {
|
||||||
|
-webkit-appearance: none !important;
|
||||||
|
background: white;
|
||||||
|
height: 15px;
|
||||||
|
width: 15px;
|
||||||
|
border: solid 1px gray;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script src="jquery.js"></script>
|
<script src="jquery.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user