Darken modal overlay

This commit is contained in:
JC Brand 2018-03-05 18:43:43 +01:00
parent 2f2e687a18
commit 95645413c4
4 changed files with 65 additions and 57 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -142,6 +142,10 @@ body.reset {
color: $gray-color;
}
.modal {
background-color: rgba(0, 0, 0, 0.4);
}
.selected {
color: $link-color !important;
}