1
0

Restored black mask when editing

Dieser Commit ist enthalten in:
Giulio Cesare Solaroli
2015-03-03 19:33:16 +01:00
Ursprung d7c5d6014b
Commit 060653a876
3 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen

Datei anzeigen

@@ -329,7 +329,9 @@ div.cardContent {
}
.mask {
background-color: rgba(255, 255, 255, 0.8);
// background-color: rgba(255, 255, 255, 0.8);
// background-color: rgba(24, 99, 161, 0.6);
background-color: rgba(0, 0, 0, 0.6);
}
}