-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2e28d0
commit 61efe89
Showing
14 changed files
with
148 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-1.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-10.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.paging-controls { | ||
-fx-background-color: white; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container { | ||
-fx-spacing: 10px; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .button { | ||
-fx-background-color: transparent; | ||
-fx-border-color: lightgrey; | ||
-fx-border-width: 1px; | ||
-fx-border-radius: 4px; | ||
-fx-padding: 10px 20px; | ||
-fx-font-size: 1.5em; | ||
-fx-text-fill: -fx-text-base-color; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .button:hover { | ||
-fx-text-fill: -fx-text-base-color; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .button.current { | ||
-fx-background-color: black; | ||
-fx-background-radius: 4px; | ||
-fx-border-color: transparent; | ||
-fx-text-fill: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-3.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-4.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.paging-controls { | ||
-fx-background-color: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.paging-controls { | ||
-fx-background-color: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.paging-controls { | ||
-fx-background-color: white; | ||
} |
4 changes: 4 additions & 0 deletions
4
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-8.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-9.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters