Skip to content

Commit

Permalink
top bar color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogefest committed Feb 18, 2021
1 parent 0578e4b commit 19d8cff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/notepack/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
}

.top-bar {
-fx-background-color: -fx-bar-background;
/*-fx-background-color: -fx-bar-background;*/
}

.top-bar .label {
-fx-text-fill: tab-text;
/*-fx-text-fill: tab-text;*/
}

.split-pane-divider {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/notepack/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
}
#top-bar .icon-button {
-fx-padding: 13 20 13 20;
-fx-text-fill: icon-color2;
/*-fx-text-fill: icon-color2;*/
}

/*
#top-bar .icon-button .icon-base {
-fx-background-color: icon-color2;
}
Expand All @@ -42,7 +42,7 @@
-fx-background-radius: 3px;
-fx-border-radius: 3px;
}
}*/

#noteTabContainer .tab.icon-base {
-fx-background-color: text-color;
Expand Down

0 comments on commit 19d8cff

Please sign in to comment.