mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-13 09:29:01 +01:00
Restored black mask when editing
This commit is contained in:
parent
d7c5d6014b
commit
060653a876
@ -989,7 +989,7 @@ div.cardContent {
|
||||
div.cardContent div.cardDetail.column div.editWrapper > div.edit .content {
|
||||
background-color: white; }
|
||||
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 {
|
||||
-webkit-box-flex: auto;
|
||||
-webkit-flex: auto;
|
||||
|
File diff suppressed because one or more lines are too long
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user