Archived
0

add reset offer button on edit vendor

This commit is contained in:
iMoHax
2014-08-30 14:47:16 +04:00
parent c25389c29f
commit 7e353d001c
2 changed files with 40 additions and 1 deletions

View File

@@ -100,4 +100,17 @@ HBox.fields-group hbox-margin{
#items .add {
-fx-background-color: lightblue;
}
#items HBox.reset {
-fx-padding: 0 4;
-fx-alignment: top-right;
}
#items HBox.reset Glyph {
-fx-opacity: 0.3;
}
#items HBox.reset Glyph:hover {
-fx-opacity: 1;
}