Skip to content

Commit 1387085

Browse files
authored
Update Theme-Minimal for v0.29.3 (#639)
1 parent d9a46b8 commit 1387085

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

themes/Theme-Minimal/Theme-Minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Theme - Minimal
22
description: Minimal Theme for Stash
3-
version: 0.2.7
3+
version: 0.2.8
44
ui:
55
css:
66
- index.css

themes/Theme-Minimal/inputs.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,33 @@ 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+
470+
.sidebar-section {
471+
border-bottom: var(--primary-1) !important;
472+
}
473+
447474
/* sliders */
448475
input[type="range"]::-moz-range-track {
449476
background: var(--primary-4);

themes/Theme-Minimal/reset-scrollbars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for (let sheet of existingStyles) {
1515
i--; // Adjust index due to rule removal
1616
}
1717
}
18-
console.log("done");
18+
// console.log("done");
1919
} catch (e) {
2020
// Catch and ignore cross-origin stylesheets (they can't be modified)
2121
}

0 commit comments

Comments
 (0)