mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
fix brighter pulldowns lol oops
This commit is contained in:
parent
783d6be808
commit
dca41242e1
|
@ -70,7 +70,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-track {
|
&::-webkit-scrollbar-track {
|
||||||
background-color:#191919;
|
background-color:#222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
background-color: #191919;
|
background-color: #222222;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
|
|
||||||
top:0px;
|
top:0px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
position:relative;
|
position:relative;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:50px;
|
height:50px;
|
||||||
background-color: #191919;
|
background-color: #222222;
|
||||||
border:none;
|
border:none;
|
||||||
border-bottom:1px solid #AAAAAA;
|
border-bottom:1px solid #AAAAAA;
|
||||||
transition-duration:150ms;
|
transition-duration:150ms;
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
background-color:#191919;
|
background-color:#222222;
|
||||||
width:100%;
|
width:100%;
|
||||||
transform:translateY(-100%);
|
transform:translateY(-100%);
|
||||||
top:100%;
|
top:100%;
|
||||||
|
|
Loading…
Reference in a new issue