mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
Merge pull request #24 from nbitzz/brighter-pulldowns
Brighter pulldowns
This commit is contained in:
commit
6dfb18a042
|
@ -70,7 +70,7 @@ body {
|
|||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color:#191919;
|
||||
background-color:#222222;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
.searchBar {
|
||||
transition-duration:150ms;
|
||||
background-color:#171717;
|
||||
background-color:#212121;
|
||||
width:100%;
|
||||
padding:8px;
|
||||
color:#dddddd;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
position:relative;
|
||||
width:100%;
|
||||
height:50px;
|
||||
background-color: #191919;
|
||||
background-color: #222222;
|
||||
border:none;
|
||||
border-bottom:1px solid #AAAAAA;
|
||||
transition-duration:150ms;
|
||||
|
@ -106,7 +106,7 @@
|
|||
|
||||
.modal {
|
||||
position:absolute;
|
||||
background-color:#191919;
|
||||
background-color:#222222;
|
||||
width:100%;
|
||||
transform:translateY(-100%);
|
||||
top:100%;
|
||||
|
|
|
@ -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