mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-24 12:55:50 +00:00
put select in proper group + added default classes
This commit is contained in:
parent
1777e213bb
commit
c7730bd43c
7
game.php
7
game.php
@ -143,6 +143,8 @@ if (isset($user)) {
|
|||||||
class="fa fa-long-arrow-up" aria-hidden="true"></i> <i class="fa fa-floppy-o"
|
class="fa fa-long-arrow-up" aria-hidden="true"></i> <i class="fa fa-floppy-o"
|
||||||
aria-hidden="true"></i>
|
aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
|
<!-- style the select to something more select'y -->
|
||||||
|
<select class="button editorBtn" id="editorTheme"></select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="gameBtns">
|
<div id="gameBtns">
|
||||||
@ -160,11 +162,6 @@ if (isset($user)) {
|
|||||||
Chat <i class="fa fa-commenting-o" aria-hidden="true"></i>
|
Chat <i class="fa fa-commenting-o" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<select id="editorTheme">
|
|
||||||
|
|
||||||
</select>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Game -->
|
<!-- Game -->
|
||||||
<div id="game" tabindex="0">
|
<div id="game" tabindex="0">
|
||||||
<script src="./mar/phaser/phaser.min.js"></script>
|
<script src="./mar/phaser/phaser.min.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user