Skip to content

Commit

Permalink
Fix Edit Filter search field color
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed May 14, 2024
1 parent 853186d commit 6eaf768
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,11 @@ a.badge-dark:focus,a.badge-dark.focus {
background-color: var(--alt_bg);
}

/* Fix Edit Filter tag search field color */
.card-body .clearable-text-field {
background-color: var(--alt_bg);
}



/* ====================<< TOOLTIP >>==================== */
Expand Down
2 changes: 1 addition & 1 deletion themes/dracula/dracula-theme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dracula Theme
description: A dark theme for Stash based on the popular Dracula theme.
version: 1.3
version: 1.3.1
ui:
css:
- dracula-theme.css

0 comments on commit 6eaf768

Please sign in to comment.