mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-28 17:46:44 +02:00
- Redesign the core UI API and tags to support Mobile devices - Add new StackMenu tag - Support touch events handling on touch devices - Redesign File and Setting to work on mobile - Improve Anouncement API - Rework on default themes
29 lines
480 B
CSS
29 lines
480 B
CSS
|
|
afx-slider div.container{
|
|
border-radius: 3px;
|
|
height: 10px;
|
|
background-color: #868686;
|
|
}
|
|
|
|
afx-slider div.progress {
|
|
background-color: #116cd6;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
afx-slider div.dragpoint {
|
|
border:1px solid #262626;
|
|
background-color:#868686;
|
|
}
|
|
|
|
afx-slider div.dragpoint::before
|
|
{
|
|
content: "\f0d7";
|
|
font-family: "FontAwesome";
|
|
position: absolute;
|
|
bottom: -9px;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
color:#868686;
|
|
}
|