Skip to content
Snippets Groups Projects
Commit dfa0a78f authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

added tagsbar styles in separate css file

added a white x png which fits better the ui
parent 22a3774a
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
/*******************************************************************************
* CSS Styles for the TagsBar *
******************************************************************************/
.tags-bar {
-fx-background-color:white;
-fx-background-radius:10.0px;
-fx-min-height: 45.0;
-fx-alignment:center-right;
-fx-spacing: 3.0px;
-fx-padding: 3.0px;
}
.tags-bar .tag {
-fx-background-color:black;
-fx-background-radius:3.0px;
-fx-alignment: center;
-fx-padding:1.0px;
-fx-cursor:hand;
}
.tags-bar .tag .label{
-fx-text-fill:white;
-fx-font-size:14.0px;
}
\ No newline at end of file
simpleexample2/fxui/src/main/resources/simpleex/ui/tags/x1.png

342 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment