From 60efd425e04f1f1e826aded9eaae0dbf618aadcd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 30 May 2018 20:28:54 -0400 Subject: [PATCH] modal-unfocused class, instead, re: nodebb/nodebb#6532 --- less/modules/taskbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 949bacf..09971bc 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -1,7 +1,7 @@ @import "../keyframes"; -.modal-focused { - z-index: @zindex-modal + 5; +.modal-unfocused { + z-index: @zindex-modal - 5; } .taskbar {