mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-16 22:09:54 +02:00
- allow pinning apps in Setting - pinned apps in system pannel - Services manager in Setting - Fix and impprove some CSS bug
60 lines
1.7 KiB
CSS
60 lines
1.7 KiB
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-bar{
|
|
border-right: 1px solid #cbcbcb;
|
|
}
|
|
|
|
afx-app-window[data-id = "setting-window"] afx-label.header{
|
|
font-weight: bold;
|
|
}
|
|
afx-app-window[data-id = "setting-window"] div.footer{
|
|
border-right: 1px solid #cbcbcb;
|
|
}
|
|
/*APPEARANCE*/
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="appearance"] div[data-id = "wp-preview"]{
|
|
display: block;
|
|
border:1px solid #cbcbcb;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="appearance"] afx-list-view[data-id="wplist"]
|
|
{
|
|
border:1px solid #cbcbcb;
|
|
padding:2px;
|
|
}
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="appearance"] afx-resizer{
|
|
border:0;
|
|
background-color: transparent;
|
|
}
|
|
/*VFS*/
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="vfs"] afx-list-view[data-id="mplist"]
|
|
{
|
|
border: 1px solid #cbcbcb;
|
|
}
|
|
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="vfs"] afx-button.btnsel button{
|
|
border-radius: 0;
|
|
padding-top:2px;
|
|
padding-bottom: 2px;
|
|
}
|
|
/*LANGUAGES*/
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="locale"] afx-list-view[data-id="lglist"]
|
|
{
|
|
border: 1px solid #cbcbcb;
|
|
}
|
|
/*STARTUP*/
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="startup"] afx-list-view
|
|
{
|
|
border: 1px solid #cbcbcb;
|
|
}
|
|
|
|
afx-app-window[data-id = "setting-window"] afx-hbox[data-id="app-services"] afx-list-view
|
|
{
|
|
border: 1px solid #cbcbcb;
|
|
} |