@@ -15,9 +15,10 @@ javaxt.dhtml.style.default = {
15
15
window : {
16
16
panel : "window" ,
17
17
header : "panel-header window-header" ,
18
- title : "panel-title window-title" ,
18
+ title : "window-title" ,
19
19
button : "window-header-button" ,
20
20
buttonBar : "window-header-button-bar" ,
21
+ footerButton : "form-button noselect" ,
21
22
body : "window-body" ,
22
23
mask : "window-mask"
23
24
} ,
@@ -39,7 +40,14 @@ javaxt.dhtml.style.default = {
39
40
radio : "form-radio noselect" ,
40
41
checkbox : "form-checkbox" ,
41
42
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
+ }
43
51
} ,
44
52
45
53
@@ -63,6 +71,13 @@ javaxt.dhtml.style.default = {
63
71
} ,
64
72
65
73
74
+ button : {
75
+ button : "button" ,
76
+ select : "button-selected" ,
77
+ label : "button-label"
78
+ } ,
79
+
80
+
66
81
toolbarButton : {
67
82
button : "toolbar-button" ,
68
83
select : "toolbar-button-selected" ,
0 commit comments