Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
938e8d52
Commit
938e8d52
authored
Feb 5, 2019
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Change scroll-bar design; fixed list focus color
parent
b7f3439a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PlayWall/src/main/resources/style/modern.css
+45
-1
45 additions, 1 deletion
PlayWall/src/main/resources/style/modern.css
with
45 additions
and
1 deletion
PlayWall/src/main/resources/style/modern.css
+
45
−
1
View file @
938e8d52
...
...
@@ -44,7 +44,7 @@ Default elements
-fx-background-color
:
#EEEEEE
;
}
.list
{
.list
-view
{
-fx-focus-color
:
transparent
;
-fx-faint-focus-color
:
transparent
;
-fx-background-insets
:
0
;
...
...
@@ -65,6 +65,50 @@ Default elements
-fx-text-fill
:
white
;
}
/* The main scrollbar **track** CSS class */
.scroll-bar
:horizontal
.track
,
.scroll-bar
:vertical
.track
{
-fx-background-color
:
transparent
;
-fx-border-color
:
transparent
;
-fx-background-radius
:
0em
;
-fx-border-radius
:
2em
;
}
/* The increment and decrement button CSS class of scrollbar */
.scroll-bar
:horizontal
.increment-button
,
.scroll-bar
:horizontal
.decrement-button
{
-fx-background-color
:
transparent
;
-fx-background-radius
:
0em
;
-fx-padding
:
0
0
12
0
;
}
/* The increment and decrement button CSS class of scrollbar */
.scroll-bar
:vertical
.increment-button
,
.scroll-bar
:vertical
.decrement-button
{
-fx-background-color
:
transparent
;
-fx-background-radius
:
0em
;
-fx-padding
:
0
12
0
0
;
}
.scroll-bar
.increment-arrow
,
.scroll-bar
.decrement-arrow
{
-fx-shape
:
" "
;
-fx-padding
:
0
;
}
/* The main scrollbar **thumb** CSS class which we drag every time (movable) */
.scroll-bar
:horizontal
.thumb
,
.scroll-bar
:vertical
.thumb
{
-fx-background-color
:
derive
(
black
,
90%
);
-fx-background-insets
:
2
,
0
,
0
;
-fx-background-radius
:
2em
;
}
/**
PlayPad Elements
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment