Commit 95645413 authored by JC Brand's avatar JC Brand

Darken modal overlay

parent 2f2e687a
......@@ -4813,6 +4813,8 @@ body.reset {
color: #A8ABA1; }
#conversejs .fa:hover {
color: #818479; }
#conversejs .modal {
background-color: rgba(0, 0, 0, 0.4); }
#conversejs .selected {
color: #578EA9 !important; }
#conversejs .circle {
......
......@@ -4813,6 +4813,8 @@ body.reset {
color: #A8ABA1; }
#conversejs .fa:hover {
color: #818479; }
#conversejs .modal {
background-color: rgba(0, 0, 0, 0.4); }
#conversejs .selected {
color: #578EA9 !important; }
#conversejs .circle {
......
......@@ -142,6 +142,10 @@ body.reset {
color: $gray-color;
}
.modal {
background-color: rgba(0, 0, 0, 0.4);
}
.selected {
color: $link-color !important;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment