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;