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
16 lines
329 B
CSS
16 lines
329 B
CSS
afx-apps-dock{
|
|
background-color:#e7e7e7;
|
|
padding:0;
|
|
padding-top: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border:1px solid #a6a6a6;
|
|
box-shadow: none;
|
|
}
|
|
|
|
|
|
afx-apps-dock afx-button.selected > button {
|
|
background-color: #2786F3;
|
|
color: white;
|
|
border: 1px solid #dedede;
|
|
} |