mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
Merge branch 'main' of https://github.com/nbitzz/monofile
This commit is contained in:
commit
693f453833
|
@ -40,7 +40,7 @@
|
|||
|
||||
.searchBar {
|
||||
transition-duration:150ms;
|
||||
background-color:#171717;
|
||||
background-color:#212121;
|
||||
width:100%;
|
||||
padding:8px;
|
||||
color:#dddddd;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#uploadWindow {
|
||||
.file {
|
||||
background-color:#191919;
|
||||
background-color:#222222;
|
||||
border: 1px solid gray;
|
||||
padding: 10px;
|
||||
overflow:clip;
|
||||
|
|
Loading…
Reference in a new issue