mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-30 02: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
17 lines
343 B
CSS
17 lines
343 B
CSS
afx-button button{
|
|
border: 1px solid #a6a6a6;
|
|
background-color: #f6F6F6;
|
|
color: #414339;
|
|
border-radius: 3px;
|
|
font-family: "Ubuntu";
|
|
}
|
|
|
|
afx-button button[disabled]{
|
|
color: #a6a6a6;
|
|
}
|
|
|
|
afx-button button:active, afx-button button.btactive {
|
|
background-color: #2786F3;
|
|
color: white;
|
|
border: 1px solid #dedede;
|
|
} |