Skip to content

Commit fb0e05d

Browse files
committed
Expanded style definitions in default.js
1 parent 538e4ea commit fb0e05d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

themes/default.js

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ javaxt.dhtml.style.default = {
1515
window : {
1616
panel: "window",
1717
header: "panel-header window-header",
18-
title: "panel-title window-title",
18+
title: "window-title",
1919
button: "window-header-button",
2020
buttonBar: "window-header-button-bar",
21+
footerButton: "form-button noselect",
2122
body: "window-body",
2223
mask: "window-mask"
2324
},
@@ -39,7 +40,14 @@ javaxt.dhtml.style.default = {
3940
radio: "form-radio noselect",
4041
checkbox: "form-checkbox",
4142
groupbox: "form-groupbox",
42-
grouplabel: "form-grouplabel noselect"
43+
grouplabel: "form-grouplabel noselect",
44+
error: {
45+
input: "form-input-error",
46+
callout: {
47+
panel: "error-callout-panel",
48+
arrow: "error-callout-arrow"
49+
}
50+
}
4351
},
4452

4553

@@ -63,6 +71,13 @@ javaxt.dhtml.style.default = {
6371
},
6472

6573

74+
button: {
75+
button: "button",
76+
select: "button-selected",
77+
label: "button-label"
78+
},
79+
80+
6681
toolbarButton : {
6782
button: "toolbar-button",
6883
select: "toolbar-button-selected",

0 commit comments

Comments
 (0)