mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-29 01:56:44 +02:00
- Continue improve UI elements - Add stack panel UI tag - Redesign MarketPlace UI to support mobile device
18 lines
510 B
CSS
18 lines
510 B
CSS
|
|
afx-tab-bar[dir="horizontal"] afx-list-view > div.list-container > ul > afx-list-item > li.selected
|
|
{
|
|
/*background-color: #116cd6;
|
|
color:white;*/
|
|
background-color: #f5F5F5;
|
|
color: unset;
|
|
border-bottom:2px solid #116cd6; /* #c3c3c3;*/
|
|
}
|
|
|
|
afx-tab-bar[dir="vertical"] afx-list-view > div.list-container > ul > afx-list-item > li.selected
|
|
{
|
|
/*background-color: #116cd6;
|
|
color:white;*/
|
|
background-color: #f5F5F5;
|
|
color: unset;
|
|
border-right:2px solid #116cd6; /* #c3c3c3;*/
|
|
} |