mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
Transparent dark noty
This commit is contained in:
@@ -1875,7 +1875,7 @@ html
|
||||
el-radio(label="top" v-model="notificationPosition" style="margin:0;position:absolute;left:195px;top:120px;")
|
||||
el-radio(label="topRight" v-model="notificationPosition" style="margin:0;position:absolute;right:25px;top:120px;")
|
||||
el-radio(label="centerLeft" v-model="notificationPosition" style="margin:0;position:absolute;left:35px;top:200px;")
|
||||
el-radio(label="topCenter" v-model="notificationPosition" style="margin:0;position:absolute;left:195px;top:200px;")
|
||||
el-radio(label="center" v-model="notificationPosition" style="margin:0;position:absolute;left:195px;top:200px;")
|
||||
el-radio(label="centerRight" v-model="notificationPosition" style="margin:0;position:absolute;right:25px;top:200px;")
|
||||
el-radio(label="bottomLeft" v-model="notificationPosition" style="margin:0;position:absolute;left:35px;top:280px;")
|
||||
el-radio(label="bottom" v-model="notificationPosition" style="margin:0;position:absolute;left:195px;top:280px;")
|
||||
|
||||
@@ -44,6 +44,11 @@
|
||||
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;
|
||||
@@ -101,12 +106,15 @@
|
||||
.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 {
|
||||
@@ -241,7 +249,6 @@ button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 18px;
|
||||
height: 27.1px;
|
||||
}
|
||||
|
||||
.x-friend-item .time {
|
||||
|
||||
Reference in New Issue
Block a user