mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-22 23:26: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
18 lines
297 B
CSS
18 lines
297 B
CSS
afx-nspinner ul li{
|
|
border: 1px solid #262626;
|
|
}
|
|
|
|
afx-nspinner ul li.incr{
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
|
|
|
|
afx-nspinner ul li.decr{
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
|
|
afx-nspinner ul li:hover{
|
|
color:#116cD6;
|
|
} |