Add border to bottom bar and widget
This commit is contained in:
parent
e21a33986f
commit
996f5a36d4
@ -41,7 +41,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-top: 1px solid var(--defaultColorLight);
|
border-top: 1px solid var(--textMutedColor);
|
||||||
background: var(--backgroundColor);
|
background: var(--backgroundColor);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -142,8 +142,8 @@ img {
|
|||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
z-index: 99999 !important;
|
z-index: 99999 !important;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
|
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.26);
|
||||||
border: 1px solid #f9f9f9;
|
border: 1px solid #191919;
|
||||||
}
|
}
|
||||||
& .rdtOpen .rdtPicker {
|
& .rdtOpen .rdtPicker {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user