Skip to content

Commit

Permalink
Searchbar glyph icon colors in Dark Theme [FIXED] (#7131)
Browse files Browse the repository at this point in the history
  • Loading branch information
manassingh2611 committed Nov 29, 2020
1 parent f1a2fa7 commit 9d7b93d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/org/jabref/gui/Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,13 @@
#preferencesContainer .tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: -jr-background;
}

.mainToolbar .search-field .toggle-button .glyph-icon {
-fx-fill: -jr-search-text;
-fx-text-fill: -jr-search-text;
}

.mainToolbar .search-field .toggle-button:selected .glyph-icon {
-fx-fill: derive(-jr-search-text, 80%);
-fx-text-fill: derive(-jr-search-text, 80%);
}

0 comments on commit 9d7b93d

Please sign in to comment.