From 51ac18ea3cfe380f8aa2d921fd1b563ae6b631b5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 23 Aug 2014 09:21:54 -0700 Subject: [PATCH] move menu element back into button for ExLinks compatibility --- src/General/UI.coffee | 2 +- src/General/css/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/General/UI.coffee b/src/General/UI.coffee index f6cf25223..2b9551370 100755 --- a/src/General/UI.coffee +++ b/src/General/UI.coffee @@ -67,7 +67,7 @@ UI = do -> $.on d, 'click', @close $.on d, 'CloseMenu', @close - $.add Header.hover, menu + $.add button, menu # Position mRect = menu.getBoundingClientRect() diff --git a/src/General/css/style.css b/src/General/css/style.css index bfd1477bb..ca65ed99d 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1457,6 +1457,9 @@ div.boardTitle { color: #ffffff; text-shadow: 0px 0px 1px #000000; } +.gal-buttons a > div { + text-shadow: none; +} .gal-buttons i { display: inline-block; margin: 2px;