public/css/admin.css aktualisiert

This commit is contained in:
M_Viper 2024-10-18 13:00:31 +00:00
parent a22a773e0a
commit addf0b8215
1 changed files with 1405 additions and 1388 deletions

View File

@ -1180,6 +1180,11 @@ h2 {
background-color: rgba(0, 255, 0, 0.1); /* Helles Grün mit Transparenz */
}
/* Film Reports */
.dev-report-item.film-report {
border: 2px solid orange; /* Oranger Rahmen für Film Reports */
background-color: rgba(255, 165, 0, 0.1); /* Helles Orange mit Transparenz */
}
.dark-mode .dev-report-type, .dark-mode .dev-report-user, .dark-mode .dev-report-message {
@ -1386,3 +1391,15 @@ input:checked + .slider:before {
transform: translateX(26px); /* Bewege den Schieberegler nach rechts */
}
.general-notification {
border: 2px solid rgb(224, 248, 7);
background-color: rgb(255, 0, 0);
padding: 10px;
border-radius: 5px; /* Runde Ecken */
position: fixed;
top: 20px;
right: 30px;
z-index: 1000;
color: black;
margin-top: 60px;
}