-
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.
Renamed paging-view.css to paging-controls.css and changed the defaul…
…t styleclass of PagingControls to "paging-controls."
- Loading branch information
1 parent
d004c71
commit ab3130b
Showing
2 changed files
with
14 additions
and
17 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
24 changes: 12 additions & 12 deletions
24
...resources/com/dlsc/gemsfx/paging-view.css → ...urces/com/dlsc/gemsfx/paging-controls.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 |
---|---|---|
@@ -1,54 +1,54 @@ | ||
.paging-view { | ||
.paging-controls { | ||
-fx-alignment: center-left; | ||
-fx-padding: 5px 0px 0px 0px; | ||
-fx-spacing: 2px; | ||
} | ||
|
||
.paging-view > .pane { | ||
.paging-controls > .pane { | ||
} | ||
|
||
.paging-view > .pane.horizontal { | ||
.paging-controls > .pane.horizontal { | ||
-fx-spacing: 10px; | ||
-fx-alignment: center-left; | ||
} | ||
|
||
.paging-view > .pane.vertical { | ||
.paging-controls > .pane.vertical { | ||
-fx-spacing: 5px; | ||
-fx-alignment: center; | ||
} | ||
|
||
.paging-view > .pane > .page-buttons-container { | ||
.paging-controls > .pane > .page-buttons-container { | ||
-fx-alignment: center-left; | ||
-fx-spacing: 2px; | ||
} | ||
|
||
.paging-view > .pane > .message-label { | ||
.paging-controls > .pane > .message-label { | ||
} | ||
|
||
.paging-view > .pane > .page-buttons-container > .page-button { | ||
.paging-controls > .pane > .page-buttons-container > .page-button { | ||
-fx-padding: 2px 5px; | ||
-fx-background-color: transparent; | ||
-fx-border-color: transparent; | ||
-fx-min-width: 2em; | ||
} | ||
|
||
.paging-view > .pane > .page-buttons-container > .page-button:hover, | ||
.paging-view > .pane > .page-buttons-container > .page-button.current { | ||
.paging-controls > .pane > .page-buttons-container > .page-button:hover, | ||
.paging-controls > .pane > .page-buttons-container > .page-button.current { | ||
-fx-background: -fx-selection-bar; | ||
-fx-background-color: -fx-background; | ||
-fx-text-fill: -fx-selection-bar-text; | ||
} | ||
|
||
.paging-view > .pane > .spacer { | ||
.paging-controls > .pane > .spacer { | ||
} | ||
|
||
.paging-view > .pane > .page-buttons-container > .navigation-button { | ||
.paging-controls > .pane > .page-buttons-container > .navigation-button { | ||
-fx-padding: 5px; | ||
-fx-background-color: transparent; | ||
-fx-content-display: graphic-only; | ||
} | ||
|
||
.paging-view > .pane > .page-buttons-container > .navigation-button .ikonli-font-icon { | ||
.paging-controls > .pane > .page-buttons-container > .navigation-button .ikonli-font-icon { | ||
-fx-icon-size: 24px; | ||
-fx-icon-color: -fx-text-background-color; | ||
} |