From 57e360cbd7d82ee09f1df797302af2712beb1e79 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 1 Oct 2021 10:41:07 +1300 Subject: [PATCH] Transparent dark noty --- html/src/index.pug | 2 +- html/src/vr.scss | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/html/src/index.pug b/html/src/index.pug index bdb63e6f..8591c5be 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -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;") ‎ diff --git a/html/src/vr.scss b/html/src/vr.scss index ce4f3d18..efda11d4 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -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 {