From 3de208c82a0c46cc23eb7c3ce1442638846fcb0d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 30 May 2018 16:48:46 -0400 Subject: [PATCH] theme changes for nodebb/nodebb#6532 --- less/chats.less | 2 +- less/modules/taskbar.less | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/less/chats.less b/less/chats.less index 4c4520c..afd463b 100644 --- a/less/chats.less +++ b/less/chats.less @@ -336,7 +336,7 @@ } .chat-modal { - z-index: 10000; + z-index: @zindex-modal; } /* Chat modal specific styles */ diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 2c1d367..949bacf 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -1,13 +1,17 @@ @import "../keyframes"; +.modal-focused { + z-index: @zindex-modal + 5; +} + .taskbar { display: none; - z-index: 10001; + z-index: @zindex-popover; left: auto; // Bootswatch fix &.navbar-fixed-bottom { - z-index: 10001; + z-index: @zindex-popover; left: auto; }