Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
course-material
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IT1901
course-material
Commits
dfa0a78f
Commit
dfa0a78f
authored
Oct 17, 2019
by
George Adrian Stoica
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added tagsbar styles in separate css file
added a white x png which fits better the ui
parent
22a3774a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
simpleexample2/fxui/src/main/resources/simpleex/ui/tags/tagsbar.css
...ple2/fxui/src/main/resources/simpleex/ui/tags/tagsbar.css
+31
-0
simpleexample2/fxui/src/main/resources/simpleex/ui/tags/x1.png
...eexample2/fxui/src/main/resources/simpleex/ui/tags/x1.png
+0
-0
No files found.
simpleexample2/fxui/src/main/resources/simpleex/ui/tags/tagsbar.css
0 → 100644
View file @
dfa0a78f
/*******************************************************************************
* 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
0 → 100644
View file @
dfa0a78f
342 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment