Update Theme-Minimal for v0.29.3 (#639)

This commit is contained in:
ghuds540 2025-12-02 15:55:29 -05:00 committed by GitHub
parent d9a46b8a72
commit 1387085104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Theme - Minimal
description: Minimal Theme for Stash
version: 0.2.7
version: 0.2.8
ui:
css:
- index.css

View File

@ -444,6 +444,33 @@ div.react-datepicker {
font-size: var(--text-xs);
}
/* scene list toolbar and sidebar backgrounds */
.sidebar-pane .sidebar {
background-color: var(--primary-1) !important;
border-right: var(--primary-1) !important;
}
.scene-list-toolbar.filtered-list-toolbar {
background-color: var(--primary-1) !important;
}
.list-results-header {
background-color: var(--primary-1) !important;
}
.scene-list-toolbar.filtered-list-toolbar .toolbar-selection-section,
.scene-list-toolbar.filtered-list-toolbar div.filter-section {
border: var(--primary-1) !important;
}
.scene-list-toolbar.filtered-list-toolbar .search-container {
border-right: var(--primary-1) !important;
}
.sidebar-section {
border-bottom: var(--primary-1) !important;
}
/* sliders */
input[type="range"]::-moz-range-track {
background: var(--primary-4);

View File

@ -15,7 +15,7 @@ for (let sheet of existingStyles) {
i--; // Adjust index due to rule removal
}
}
console.log("done");
// console.log("done");
} catch (e) {
// Catch and ignore cross-origin stylesheets (they can't be modified)
}