mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 08:01:27 +00:00
3b61e13854
* Rename html/app.js to html/js/app.js * Rename html/config.js to html/js/config.js * Rename html/drawtext.js to html/js/drawtext.js * Rename html/testing.js to html/js/testing.js * Rename html/utils.js to html/js/utils.js * Rename html/style.css to html/css/style.css * Rename html/drawtext.css to html/css/drawtext.css * Update fxmanifest.lua
39 lines
899 B
CSS
39 lines
899 B
CSS
html::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.success {
|
|
background-color: rgba(23, 23, 23, 90%);
|
|
border-radius: 10px;
|
|
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
|
|
border-left: 0.5rem solid #20bb44;
|
|
}
|
|
|
|
.primary {
|
|
background-color: rgba(23, 23, 23, 90%);
|
|
border-radius: 10px;
|
|
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
|
|
border-left: 5px solid #1c75d2;
|
|
}
|
|
|
|
.error {
|
|
background-color: rgba(23, 23, 23, 90%);
|
|
border-radius: 10px;
|
|
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
|
|
border-left: 5px solid #c10114;
|
|
}
|
|
|
|
.police {
|
|
background-color: rgba(23, 23, 23, 90%);
|
|
border-radius: 10px;
|
|
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
|
|
border-left: 5px solid #2197f2;
|
|
}
|
|
|
|
.ambulance {
|
|
background-color: rgba(23, 23, 23, 90%);
|
|
border-radius: 10px;
|
|
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
|
|
border-left: 5px solid #f44236;
|
|
}
|