Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit offer #1514

Merged
merged 19 commits into from
Apr 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions src/main/java/bisq/desktop/bisq.css
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,20 @@ textfield */
-fx-text-fill: -bs-medium-grey;
}

.delete-icon {
-fx-fill: -bs-red;
}

.delete {
-fx-text-fill: -bs-error-red;
-fx-fill: -bs-error-red;
}

.delete:hover {
-fx-text-fill: -bs-black;
-fx-fill: -bs-black;
}

/*******************************************************************************
* *
* Images *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

import bisq.common.UserThread;

import de.jensd.fx.glyphs.GlyphIcons;

import org.controlsfx.control.PopOver;

import javafx.scene.Node;
Expand All @@ -32,10 +34,6 @@

import static bisq.desktop.util.FormBuilder.getIcon;



import de.jensd.fx.glyphs.GlyphIcons;

public class InfoAutoTooltipLabel extends AutoTooltipLabel {

private Text textIcon;
Expand Down
792 changes: 792 additions & 0 deletions src/main/java/bisq/desktop/main/offer/EditableOfferDataModel.java

Large diffs are not rendered by default.

Loading