This commit is contained in:
Mycroft
2021-04-20 21:36:30 +01:00
parent 4e55c52779
commit 579bf8e9e2
2 changed files with 10 additions and 7 deletions
+8 -7
View File
@@ -9,7 +9,8 @@
}
.menu {
font-family: bankgothic;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 22px;
min-width: 400px;
color: #fff;
box-shadow: 0px 0px 50px 0px #000;
@@ -67,7 +68,7 @@
}
.menu .head {
background-color: #4169E1;
background-color: #4682B4;
text-align: center;
height: 40px;
line-height: 40px;
@@ -81,15 +82,15 @@
.menu .menu-items .menu-item {
height: 40px;
display: block;
background-color: rgba(30, 30, 30, 0.95);
box-shadow: inset 2px 0px 0px 1px #4e4e4e;
padding: 10px;
height: 32px;
background-color: rgba(40, 40, 40, 1);
line-height: 32px;
color: #ffffff;
padding: 2px;
text-align: center;
}
.menu .menu-items .menu-item.selected {
background-color: rgba(50, 50, 50, 0.95);
background-color: rgba(60, 60, 60, 0.95);
border-top: 2px solid #e76767;
border-bottom: 2px solid #e76767;
}
+2
View File
@@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="nui://esx_menu_default/html/css/app.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap" rel="stylesheet">
</head>
<body>