add setting package

This commit is contained in:
Xuan Sang LE
2018-03-11 21:31:40 +01:00
parent 10015d99b0
commit 8fef0c5e96
23 changed files with 231 additions and 24 deletions

View File

@ -0,0 +1,11 @@
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;
}