From 69265f8f164150bf9ac0ac2aaad91184334a76fc Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 21 Jun 2015 16:54:58 -0700 Subject: [PATCH] Fix close button in error notifications being hidden when gallery is open. --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 525227a74..04e68d916 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1870,6 +1870,6 @@ grunt.file.expand('src/General/img/links/*.png').map(function(file) { width: 4em; } :root.gallery-open.fixed #header-bar:not(.autohide), -:root.gallery-open.fixed #header-bar:not(.autohide) .fa::before { +:root.gallery-open.fixed #header-bar:not(.autohide) #shortcuts .fa::before { visibility: hidden; }