Skip to content

Commit 585725a

Browse files
committed
fix: update minimal theme for v0.29.3
1 parent d9a46b8 commit 585725a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

themes/Theme-Minimal/inputs.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ div.react-datepicker {
444444
font-size: var(--text-xs);
445445
}
446446

447+
/* scene list toolbar and sidebar backgrounds */
448+
.sidebar-pane .sidebar {
449+
background-color: var(--primary-1) !important;
450+
border-right: var(--primary-1) !important;
451+
}
452+
453+
.scene-list-toolbar.filtered-list-toolbar {
454+
background-color: var(--primary-1) !important;
455+
}
456+
457+
.list-results-header {
458+
background-color: var(--primary-1) !important;
459+
}
460+
461+
.scene-list-toolbar.filtered-list-toolbar .toolbar-selection-section,
462+
.scene-list-toolbar.filtered-list-toolbar div.filter-section {
463+
border: var(--primary-1) !important;
464+
}
465+
466+
.scene-list-toolbar.filtered-list-toolbar .search-container {
467+
border-right: var(--primary-1) !important;
468+
}
469+
447470
/* sliders */
448471
input[type="range"]::-moz-range-track {
449472
background: var(--primary-4);

0 commit comments

Comments
 (0)