mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 17:48:21 +01:00
11 lines
353 B
CSS
11 lines
353 B
CSS
|
afx-app-window[data-id = "setting-window"] afx-tab-container afx-tab-bar afx-list-view > div > ul > li{
|
||
|
float:none;
|
||
|
border-radius: 0;
|
||
|
font-weight: bold;
|
||
|
padding-top:3px;
|
||
|
padding-bottom: 3px;
|
||
|
border:0;
|
||
|
}
|
||
|
afx-app-window[data-id = "setting-window"] afx-tab-container div[data-ref="container"]{
|
||
|
border-left: 1px solid #cbcbcb;
|
||
|
}
|