mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-10 22:13:23 -06:00
Update Theme-Minimal for v0.29.3 (#639)
This commit is contained in:
parent
d9a46b8a72
commit
1387085104
@ -1,6 +1,6 @@
|
|||||||
name: Theme - Minimal
|
name: Theme - Minimal
|
||||||
description: Minimal Theme for Stash
|
description: Minimal Theme for Stash
|
||||||
version: 0.2.7
|
version: 0.2.8
|
||||||
ui:
|
ui:
|
||||||
css:
|
css:
|
||||||
- index.css
|
- index.css
|
||||||
|
|||||||
@ -444,6 +444,33 @@ div.react-datepicker {
|
|||||||
font-size: var(--text-xs);
|
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 */
|
/* sliders */
|
||||||
input[type="range"]::-moz-range-track {
|
input[type="range"]::-moz-range-track {
|
||||||
background: var(--primary-4);
|
background: var(--primary-4);
|
||||||
|
|||||||
@ -15,7 +15,7 @@ for (let sheet of existingStyles) {
|
|||||||
i--; // Adjust index due to rule removal
|
i--; // Adjust index due to rule removal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log("done");
|
// console.log("done");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Catch and ignore cross-origin stylesheets (they can't be modified)
|
// Catch and ignore cross-origin stylesheets (they can't be modified)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user