1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-09-21 09:41:34 +02:00

Restored black mask when editing

This commit is contained in:
Giulio Cesare Solaroli 2015-03-03 19:33:16 +01:00
parent d7c5d6014b
commit 060653a876
3 changed files with 5 additions and 3 deletions

View File

@ -989,7 +989,7 @@ div.cardContent {
div.cardContent div.cardDetail.column div.editWrapper > div.edit .content { div.cardContent div.cardDetail.column div.editWrapper > div.edit .content {
background-color: white; } background-color: white; }
div.cardContent div.cardDetail.column div.editWrapper .mask { div.cardContent div.cardDetail.column div.editWrapper .mask {
background-color: rgba(255, 255, 255, 0.8); } background-color: rgba(0, 0, 0, 0.6); }
div.cardContent div.cardDetail.column > div.view { div.cardContent div.cardDetail.column > div.view {
-webkit-box-flex: auto; -webkit-box-flex: auto;
-webkit-flex: auto; -webkit-flex: auto;

File diff suppressed because one or more lines are too long

View File

@ -329,7 +329,9 @@ div.cardContent {
} }
.mask { .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);
} }
} }