Skip to content

Commit

Permalink
Changed icons for twopane and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisfeld committed Feb 11, 2017
1 parent 8c6d60f commit 7ce9a2e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AugendiagnoseFX/resources/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
}

.pane-button {
-fx-background-image: url('../img/onepane.png');
-fx-background-image: url('../img/twopane.png');
}

.pane-button:selected {
-fx-background-image: url('../img/twopane.png');
-fx-background-image: url('../img/twopane_selected.png');
}

.comment-button {
-fx-background-image: url('../img/comment.png');
}

.comment-button:selected {
-fx-background-image: url('../img/comment_inv.png');
-fx-background-image: url('../img/comment_selected.png');
}

.context-menu {
Expand Down
Binary file modified AugendiagnoseFX/resources/img/comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AugendiagnoseFX/resources/img/comment_inv.png
Binary file not shown.
Binary file added AugendiagnoseFX/resources/img/comment_selected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed AugendiagnoseFX/resources/img/onepane.png
Binary file not shown.
Binary file modified AugendiagnoseFX/resources/img/twopane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AugendiagnoseFX/resources/img/twopane_selected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ce9a2e

Please sign in to comment.