New z-index variables

This commit is contained in:
Stephan Hagedorn 2017-08-25 13:32:35 +02:00
parent cf72f18cbf
commit d5c5da67ea
2 changed files with 5 additions and 2 deletions

View file

@ -156,7 +156,7 @@ textarea:not([disabled]):focus {
background-color: gray; }
.hover_full_view_change {
z-index: 1000;
z-index: 100;
background-color: rgba(0, 0, 0, 0.5);
transition: background-color .2s ease-in-out;
pointer-events: none; }