Aktueller Stand
This commit is contained in:
@@ -250,6 +250,18 @@ html[data-theme="dark"] .nav-link-active:hover {
|
||||
color: #0f1110;
|
||||
}
|
||||
|
||||
.mobile-menu-panel {
|
||||
background: rgba(255, 255, 255, 0.92);
|
||||
border-bottom: 1px solid rgba(226, 232, 240, 0.85);
|
||||
box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .mobile-menu-panel {
|
||||
background: rgba(30, 37, 34, 0.95);
|
||||
border-bottom-color: rgba(71, 85, 105, 0.35);
|
||||
box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
|
||||
html[data-theme="dark"] .fc .fc-button {
|
||||
border-color: rgba(71, 85, 105, 0.5);
|
||||
@@ -387,6 +399,9 @@ html[data-theme="dark"] .drag-handle:hover {
|
||||
color: #475569;
|
||||
background: #ffffff;
|
||||
cursor: grab;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
|
||||
}
|
||||
|
||||
@@ -436,6 +451,10 @@ html[data-theme="dark"] .drag-handle:hover {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.calendar-pane {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fc .fc-toolbar {
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user