mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-13 05:18:53 +00:00
RMLUI Menu Updates.
* LoadCreateJoin Menu: Adjusted size (Is not 100% accurate but works fine), fix X Padding (Y Padding still need fixes), * Settings Menu: Added Message Box to "Reset Defaults Settings" * Pause Menu: Added Message Box for Save Game and Exit.
This commit is contained in:
@@ -3,7 +3,7 @@ body
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: Minecraft Default;
|
||||
font-size: 14dp;
|
||||
font-size: 36dp;
|
||||
color: #ffffff;
|
||||
background: transparent;
|
||||
display: flex;
|
||||
@@ -25,7 +25,6 @@ div#message_box
|
||||
|
||||
p#title
|
||||
{
|
||||
font-size: 36dp;
|
||||
color: #333333;
|
||||
margin-bottom: 23dp;
|
||||
text-align: left;
|
||||
@@ -44,7 +43,6 @@ div#text_container
|
||||
|
||||
p#description
|
||||
{
|
||||
font-size: 36dp;
|
||||
color: #333333;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
@@ -63,8 +61,6 @@ button
|
||||
width: 600dp;
|
||||
height: 60dp;
|
||||
margin-bottom: 7.5dp;
|
||||
color: #ffffff;
|
||||
font-size: 36dp;
|
||||
font-effect: shadow(1dp 1dp #000000);
|
||||
text-align: center;
|
||||
line-height: 60dp;
|
||||
|
||||
Reference in New Issue
Block a user