tweak(esx_menu_default): new theme, maybe

This commit is contained in:
Kasey FItton
2024-11-10 09:11:35 +00:00
parent f464bd1858
commit a1084d309f
+11 -12
View File
@@ -9,8 +9,9 @@
min-width: 350px;
color: #fff;
position: absolute;
background: rgba(33, 33, 33, 0);
background: rgba(15, 15, 15, 0.0);
text-align: center;
border-radius: 5px;
}
.head {
@@ -18,9 +19,9 @@
overflow: hidden;
padding-bottom: 3px;
text-align: center;
margin-bottom: 5px;
white-space: nowrap;
background: rgba(10, 10, 10, 0.9);
background: rgba(10, 10, 10, 1);
border-bottom: 2px solid #fb9b04;
}
.menu .head {
@@ -47,16 +48,14 @@
font-size: 13px;
height: 16px;
text-indent: 5px;
margin-top: 5px;
background: rgba(40, 40, 40, 0.8);
color: rgb(202, 202, 202);
border-radius: 5px;
margin-bottom: 6px;
background: rgba(30, 30, 30, 0.9);
color: rgb(243, 243, 243);
}
.menu .menu-items .menu-item.selected {
border: 1px solid rgba(55, 55, 55, 0.9);
background: rgba(20, 20, 20, 0.9);
border: 1px solid #fb9c04ec;
background: rgba(15, 15, 15, 0.9);
color: rgba(243, 243, 243);
letter-spacing: 0.2px;
font-weight: 500;
@@ -68,7 +67,7 @@
}
.menu.align-top-left {
left: 3rem;
left: 4rem;
top: 0;
}
@@ -99,7 +98,7 @@
}
.menu.align-bottom-left {
left: 3rem;
left: 4rem;
bottom: 0;
}