mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Revert transparent noty
This commit is contained in:
@@ -581,7 +581,7 @@ namespace VRCX
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
var m = Matrix.Scaling(1f);
|
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
|
var hm34 = new HmdMatrix34_t
|
||||||
{
|
{
|
||||||
m0 = m.M11,
|
m0 = m.M11,
|
||||||
|
|||||||
@@ -40,15 +40,10 @@
|
|||||||
|
|
||||||
.noty_theme__relax.noty_bar .noty_body,
|
.noty_theme__relax.noty_bar .noty_body,
|
||||||
.noty_theme__sunset.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);
|
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__relax.noty_bar .noty_buttons,
|
||||||
.noty_theme__sunset.noty_bar .noty_buttons {
|
.noty_theme__sunset.noty_bar .noty_buttons {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
@@ -106,15 +101,12 @@
|
|||||||
.noty_theme__sunset.noty_type__alert,
|
.noty_theme__sunset.noty_type__alert,
|
||||||
.noty_theme__sunset.noty_type__notification {
|
.noty_theme__sunset.noty_type__notification {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #073b4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__alert .noty_progressbar,
|
.noty_theme__sunset.noty_type__alert .noty_progressbar,
|
||||||
.noty_theme__sunset.noty_type__notification .noty_progressbar {
|
.noty_theme__sunset.noty_type__notification .noty_progressbar {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 8px;
|
|
||||||
border-color: black;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__warning {
|
.noty_theme__sunset.noty_type__warning {
|
||||||
|
|||||||
Reference in New Issue
Block a user