add appearance setting

This commit is contained in:
Xuan Sang LE
2018-03-12 00:42:14 +01:00
parent 8fef0c5e96
commit 07bb58b7eb
12 changed files with 131 additions and 28 deletions

View File

@ -90,6 +90,7 @@ afx-list-view.dropdown > div.list-container > ul{
border-radius: 3px;
padding:2px;
border-top-left-radius: 0px;
z-index: 10;
}
afx-list-view.dropdown > div.list-container > ul > li{
display: inline-block;

View File

@ -5,9 +5,6 @@ html,body{
font-size: 13px;
width: 100%;
height: 100%;
background-image: url(wp2.jpg);
background-size: cover;
background-repeat: repeat;
overflow: hidden;
}
#wrapper{