Revert transparent noty

This commit is contained in:
Natsumi
2021-10-02 11:05:30 +13:00
parent 5a5cca7d25
commit 545fe44a4d
2 changed files with 3 additions and 11 deletions

View File

@@ -581,7 +581,7 @@ namespace VRCX
return err;
}
var m = Matrix.Scaling(1f);
m *= Matrix.Translation(0, -0.1f, -1f);
m *= Matrix.Translation(0, -0.3f, -1.5f);
var hm34 = new HmdMatrix34_t
{
m0 = m.M11,

View File

@@ -40,15 +40,10 @@
.noty_theme__relax.noty_bar .noty_body,
.noty_theme__sunset.noty_bar .noty_body {
font-size: 14px;
font-size: 15px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__sunset.noty_bar .noty_body {
text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
#000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.noty_theme__relax.noty_bar .noty_buttons,
.noty_theme__sunset.noty_bar .noty_buttons {
padding: 5px 10px;
@@ -106,15 +101,12 @@
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
color: #fff;
background-color: #073b4c;
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
background-color: #fff;
border-radius: 8px;
border-color: black;
border-style: solid;
border-width: 1px;
}
.noty_theme__sunset.noty_type__warning {