move menu element back into button for ExLinks compatibility
This commit is contained in:
parent
e4a4f5a015
commit
51ac18ea3c
@ -67,7 +67,7 @@ UI = do ->
|
|||||||
|
|
||||||
$.on d, 'click', @close
|
$.on d, 'click', @close
|
||||||
$.on d, 'CloseMenu', @close
|
$.on d, 'CloseMenu', @close
|
||||||
$.add Header.hover, menu
|
$.add button, menu
|
||||||
|
|
||||||
# Position
|
# Position
|
||||||
mRect = menu.getBoundingClientRect()
|
mRect = menu.getBoundingClientRect()
|
||||||
|
|||||||
@ -1457,6 +1457,9 @@ div.boardTitle {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0px 0px 1px #000000;
|
text-shadow: 0px 0px 1px #000000;
|
||||||
}
|
}
|
||||||
|
.gal-buttons a > div {
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
.gal-buttons i {
|
.gal-buttons i {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user