![Lin Yang](/assets/img/avatar_default.png)
To make 'valence' as a clean python module for valence api, this patch move js code for ui to top directory. Change-Id: I826953754be49636cd99a14a1547d166a334a187
27 lines
460 B
CSS
27 lines
460 B
CSS
.header {
|
|
margin-top: 40px;
|
|
width: 100%;
|
|
background-color: rgb(51, 102, 255);
|
|
color: rgb(0, 0, 0);
|
|
height: 40px;
|
|
padding-left: 10px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.header:hover {
|
|
background-color: rgb(204, 204, 255);
|
|
}
|
|
|
|
.item {
|
|
width: 100%;
|
|
background-color: rgb(153, 179, 255);
|
|
color: rgb(0, 0, 0);
|
|
height: 40px;
|
|
padding-left: 30px;
|
|
padding-top: 2px;
|
|
border-bottom: solid 1px rgb(51, 102, 255);
|
|
}
|
|
|
|
.item:hover {
|
|
background-color: rgb(204, 204, 255);
|
|
} |