diff --git a/[esx]/esx_notify/nui/index.html b/[esx]/esx_notify/nui/index.html
index a901d387..1fd3c86c 100644
--- a/[esx]/esx_notify/nui/index.html
+++ b/[esx]/esx_notify/nui/index.html
@@ -34,26 +34,25 @@
.notify {
flex: auto;
display: none;
- border-left: 3px solid rgb(0, 97, 153);
+ border-left: 5px solid rgb(34, 132, 189);
position:absolute;
margin: 0 auto;
left: 0;
right: 0;
- top: 25px;
+ top: 5%;
min-width:15%;
width:fit-content;
height:50px;
- background-color:#212121;
+ background: rgba(5,5, 5, 0.9);
border-radius: 5px;
animation: growDown 300ms ease-in-out;
padding-right: 10px;
}
-
- .success {
- border-left: 3px solid rgb(13, 153, 0) !important;
+ .success {
+ border-left: 5px solid rgb(33, 223, 15) !important;
}
- .error {
- border-left: 3px solid rgb(153, 5, 0) !important;
+ .error {
+ border-left: 5px solid rgb(231, 35, 28) !important;
}
.icon {
@@ -69,11 +68,12 @@
.innerText{
margin-left: 10px;
}
+
p {
flex: auto;
word-wrap: break-word;
- margin-left: 30px;
- margin-top: 15px;
+ margin-left: 40px;
+ margin-top: 17px;
}
.innerText .icon {