Rev 207 | Rev 242 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 207 | Rev 209 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | private String topbarTheme = "light"; |
28 | private String topbarTheme = "light"; |
| 29 | private String menuTheme = "dim"; |
29 | private String menuTheme = "dim"; |
| 30 | private String menuMode = ""; |
30 | private String menuMode = ""; |
| 31 | private String darkMode = "light"; |
31 | private String darkMode = "light"; |
| 32 | private String componentTheme = ""; |
32 | private String componentTheme = ""; |
| 33 | private boolean orientationRTL; |
- | |
| - | 33 | private boolean orientationRTL = false; |
|
| 34 | 34 | ||
| 35 | public String getInputStyleClass() { |
35 | public String getInputStyleClass() { |
| 36 | return inputStyleClass; |
36 | return inputStyleClass; |
| 37 | }
|
37 | }
|
| 38 | public void setInputStyleClass(String inputStyleClass) { |
38 | public void setInputStyleClass(String inputStyleClass) { |