Dark Mode: Fix color/layout of the 'you are disconnected' warning
This commit is contained in:
parent
b1c6a5fe19
commit
6155be6db4
1 changed files with 5 additions and 0 deletions
|
@ -435,8 +435,13 @@ body.dark-theme {
|
|||
.network-status-container {
|
||||
.network-status {
|
||||
background: url('../images/error_red.svg') no-repeat left 10px center;
|
||||
background-size: 25px 25px;
|
||||
background-color: #fcd156;
|
||||
|
||||
.network-status-message {
|
||||
color: $color-dark-85;
|
||||
}
|
||||
|
||||
.action {
|
||||
button {
|
||||
border: solid 1px #ccc;
|
||||
|
|
Loading…
Reference in a new issue