User commited on
Commit
6d969de
·
1 Parent(s): a919523

Deploy clickable theme toggle

Browse files
TaskTrackingSystem.WebApp/wwwroot/app.css CHANGED
@@ -1527,6 +1527,20 @@ body.tts-sidebar-open {
1527
  background: color-mix(in srgb, var(--surface) 96%, transparent) !important;
1528
  }
1529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1530
  .app-content {
1531
  width: 100% !important;
1532
  min-width: 0 !important;
 
1527
  background: color-mix(in srgb, var(--surface) 96%, transparent) !important;
1528
  }
1529
 
1530
+ .app-topbar > div:last-child {
1531
+ position: relative;
1532
+ z-index: 45;
1533
+ pointer-events: auto;
1534
+ }
1535
+
1536
+ .app-topbar .control-button,
1537
+ .app-topbar [data-theme-toggle] {
1538
+ position: relative;
1539
+ z-index: 46;
1540
+ cursor: pointer;
1541
+ pointer-events: auto !important;
1542
+ }
1543
+
1544
  .app-content {
1545
  width: 100% !important;
1546
  min-width: 0 !important;