mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 18:37:35 +01:00
Improved feedback when cancelling/saving changes
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
@import "mixin";
|
||||
|
||||
div.overlay {
|
||||
@include mask;
|
||||
|
||||
.mask {
|
||||
position: fixed;
|
||||
z-index: -2;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
z-index: 99999;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
|
||||
Reference in New Issue
Block a user