some improvement to appearance

This commit is contained in:
piotr
2021-05-30 01:34:47 +02:00
parent 913e65c58b
commit aec55b2197
4 changed files with 14 additions and 8 deletions

View File

@@ -1,13 +1,8 @@
window {
background-color: rgba (36, 47, 79, 0.9);
background-color: rgba (36, 47, 79, 0.95);
color: #eeeeee
}
list {
background: none;
border-radius: 15px
}
entry {
background-color: rgba (0, 0, 0, 0.2)
}
@@ -25,3 +20,9 @@ button:hover {
padding-bottom: 5px;
border-bottom: 1px dotted gray
}
#files-box {
padding: 5px;
border: 1px dotted gray;
border-radius: 15px
}