mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 03:38:50 +00:00
reskin
This commit is contained in:
+8
-7
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user