Skip to content
Snippets Groups Projects
Commit 85a66cd9 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Revert to dark-theme in Popup

parent b3a92a45
No related branches found
No related tags found
No related merge requests found
Pipeline #2657 passed
...@@ -446,11 +446,11 @@ select.qfq-locked:invalid { ...@@ -446,11 +446,11 @@ select.qfq-locked:invalid {
top: 200px; top: 200px;
max-height: 60%; max-height: 60%;
padding: 20px; padding: 20px;
color: #333; color: #d0d0d0;
min-width: 24%; min-width: 24%;
max-width: 90%; max-width: 90%;
border-left: 5px solid; border-left: 5px solid;
background-color: #fcf8e3; background-color: #333;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
} }
...@@ -478,7 +478,7 @@ select.qfq-locked:invalid { ...@@ -478,7 +478,7 @@ select.qfq-locked:invalid {
} }
.border-error { .border-error {
border-color: #ce4844; border-color: #fb4f4f;
} }
.border-warning { .border-warning {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment