diff --git a/static/css/components/multiSelect.css b/static/css/components/multiSelect.css index 1b39ce1c..0416753c 100644 --- a/static/css/components/multiSelect.css +++ b/static/css/components/multiSelect.css @@ -34,7 +34,7 @@ min-width: 0; } -.batch-action-bar { +.batch-selection-bar { display: flex; align-items: center; justify-content: space-between; @@ -51,7 +51,7 @@ pointer-events: none; } -.batch-action-bar.visible { +.batch-selection-bar.visible { opacity: 1; max-height: 60px; transform: translateY(0); @@ -140,7 +140,7 @@ accent-color: #ff5e3a; } -[data-theme="dark"] .batch-action-bar { +[data-theme="dark"] .batch-selection-bar { background-color: #1e293b; border-color: #334155; color: #e2e8f0; diff --git a/static/index.html b/static/index.html index a9fdb626..a7e957c4 100644 --- a/static/index.html +++ b/static/index.html @@ -255,6 +255,8 @@ +
+