mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-02 13:55:17 +08:00
Dropzone: Adjusted styles for dark mode
This commit is contained in:
parent
38e8a96dcd
commit
a4a96a3df7
@ -279,7 +279,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
display: flex;
|
display: flex;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
background-color: #FFF;
|
@include lightDark(background, #FFF, #444);
|
||||||
box-shadow: $bs-large;
|
box-shadow: $bs-large;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -453,6 +453,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
|||||||
|
|
||||||
.image-manager [role="tablist"] button[role="tab"] {
|
.image-manager [role="tablist"] button[role="tab"] {
|
||||||
border-right: 1px solid #DDD;
|
border-right: 1px solid #DDD;
|
||||||
|
@include lightDark(border-color, #DDD, #000);
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user