some improvement to appearance
This commit is contained in:
13
drawer.css
13
drawer.css
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user