Fix style menu

This commit is contained in:
Gregoire Parant 2020-12-17 21:58:18 +01:00
parent ad56aafd15
commit ed8232b0f5
4 changed files with 52 additions and 9 deletions

View file

@ -10,9 +10,12 @@
background-color: black;
color: white;
border-radius: 7px;
height: 28px;
width: 28px;
}
#menuIcon button img{
width: 14px;
padding-top: 4px;
}
#menuIcon section {
margin: 10px;

View file

@ -45,12 +45,20 @@
#gameQuality section {
margin: 10px;
}
#gameQuality section.action{
text-align: center;
}
#gameQuality button {
margin-top: 10px;
background-color: black;
color: white;
border-radius: 7px;
padding-bottom: 4px;
width: 60px;
}
#gameQuality button#gameQualityFormCancel {
background-color: #c7c7c700;
color: #292929;
}
</style>
@ -74,8 +82,8 @@
<option value="5">Small video quality (5 fps)</option>
</select>
</section>
<section>
<section class="action">
<button type="submit" id="gameQualityFormSubmit">Save</button>
<button type="reset" id="gameQualityFormCancel">Cancel</button>
<button type="reset" class="close" id="gameQualityFormCancel">Cancel</button>
</section>
</form>