18
18
}
19
19
20
20
body , textarea , input , select , td , th {
21
- font-family : helvetica, arial, verdana, sans-serif;
22
- font-size : 14px ;
21
+ font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI Variable Text' ,
22
+ helvetica, arial, verdana, sans-serif;
23
+ font-size : 13px ;
23
24
}
24
25
25
26
input , select , textarea { /* Allows overriding native style of form elements on iPad */
@@ -74,7 +75,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
74
75
text-align : center;
75
76
white-space : nowrap;
76
77
text-transform : uppercase;
77
- font-size : 16px ;
78
78
line-height : 36px ; /*Should match panel-header height*/
79
79
80
80
-webkit-user-select : none;
@@ -187,6 +187,63 @@ input, select, textarea { /* Allows overriding native style of form elements on
187
187
188
188
189
189
190
+ /**************************************************************************/
191
+ /** Button
192
+ /**************************************************************************/
193
+
194
+ .button {
195
+ border-radius : 3px ;
196
+ color : # 363636 ;
197
+ display : inline-block;
198
+ width : 80px ;
199
+ height : 26px ;
200
+ line-height : 24px ;
201
+ vertical-align : middle;
202
+ background-color : # e4e4e4 ;
203
+ border : 1px solid # b4b4b4 ;
204
+ /*
205
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
206
+ text-shadow: 1px 1px 0px rgb(255, 255, 255);
207
+ */
208
+ cursor : pointer;
209
+ }
210
+
211
+ .button-label {
212
+ white-space : nowrap;
213
+ }
214
+
215
+ .button-selected {
216
+
217
+ }
218
+
219
+ .button : disabled ,
220
+ .button [disabled ]{
221
+ opacity : 0.75 ;
222
+ color : # 939393 ;
223
+ box-shadow : 0 0px 0px 0 rgba (0 , 0 , 0 , 0.2 );
224
+ cursor : default;
225
+ }
226
+
227
+ .button : hover {
228
+ background-color : # d2e3ed ;
229
+ border-color : rgba (82 , 168 , 236 , 0.8 );
230
+ }
231
+
232
+ .button : disabled : hover {
233
+ background-color : # e4e4e4 ;
234
+ border : 1px solid # b4b4b4 ;
235
+ }
236
+
237
+ .button : active {
238
+ box-shadow : none;
239
+ }
240
+ .button : focus {
241
+ outline : 0 ;
242
+ }
243
+
244
+
245
+
246
+
190
247
/**************************************************************************/
191
248
/** Form Inputs
192
249
/**************************************************************************/
@@ -203,7 +260,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
203
260
204
261
color : # 363636 ;
205
262
display : inline-block;
206
- font-size : 14px ;
207
263
height : 28px ;
208
264
line-height : 28px ;
209
265
padding : 2px 4px ;
@@ -239,7 +295,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
239
295
240
296
.form-label {
241
297
color : # 636363 ;
242
- font-size : 14px ;
243
298
white-space : nowrap;
244
299
cursor : default;
245
300
padding : 5px 10px 0 0 ;
@@ -329,7 +384,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
329
384
border-radius : 3px ;
330
385
color : # 363636 ;
331
386
display : inline-block;
332
- font-size : 14px ;
333
387
width : 80px ;
334
388
height : 26px ;
335
389
line-height : 24px ;
@@ -428,7 +482,6 @@ select:focus, textarea:focus, input:focus{
428
482
429
483
.form-input-menu-item {
430
484
color : # 363636 ;
431
- font-size : 14px ;
432
485
height : 28px ;
433
486
line-height : 28px ;
434
487
padding : 0px 6px ;
@@ -451,6 +504,26 @@ select:focus, textarea:focus, input:focus{
451
504
}
452
505
453
506
507
+ /**************************************************************************/
508
+ /** Form Error
509
+ /**************************************************************************/
510
+
511
+ .form-input-error {
512
+ background : # fff2f2 ;
513
+ border-color : # d66262 ;
514
+ }
515
+
516
+
517
+ /**************************************************************************/
518
+ /** Form placeholder
519
+ /**************************************************************************/
520
+
521
+ .form-input ::placeholder {
522
+ color : # a1a1a1 ;
523
+ font-style : italic;
524
+ }
525
+
526
+
454
527
/**************************************************************************/
455
528
/** Form Group
456
529
/**************************************************************************/
@@ -510,6 +583,35 @@ select:focus, textarea:focus, input:focus{
510
583
}
511
584
512
585
586
+ /**************************************************************************/
587
+ /** Error Callout Panel
588
+ /**************************************************************************/
589
+ /** The following classes are used to define the style for pop-up callouts
590
+ * generated using the javaxt.dhtml.Callout class.
591
+ */
592
+
593
+ .error-callout-panel , .error-callout-arrow {
594
+ border : 1px solid # 8c0000 ;
595
+ background-color : # 921d1d ;
596
+ color : # fff ;
597
+ cursor : pointer;
598
+ }
599
+
600
+ .error-callout-panel {
601
+ border-radius : 3px ;
602
+ padding : 5px !important ;
603
+ box-shadow : 0 12px 14px 0 rgba (0 , 0 , 0 , 0.2 ), 0 13px 20px 0 rgba (0 , 0 , 0 , 0.2 );
604
+ }
605
+
606
+ .error-callout-arrow {
607
+ width : 7px ;
608
+ height : 7px ;
609
+ padding : 12px ;
610
+ }
611
+
612
+
613
+
614
+
513
615
/**************************************************************************/
514
616
/** Menu Buttons
515
617
/**************************************************************************/
@@ -542,7 +644,7 @@ select:focus, textarea:focus, input:focus{
542
644
}
543
645
544
646
.menu-button-hover {
545
- border-color : # cccccc ;
647
+ border-color : # ccc ;
546
648
background-color : # f0f8ff ;
547
649
}
548
650
@@ -559,7 +661,7 @@ select:focus, textarea:focus, input:focus{
559
661
*/
560
662
561
663
.window {
562
- background-color : # ffffff ;
664
+ background-color : # fff ;
563
665
border-radius : 8px ;
564
666
display : inline-block;
565
667
box-shadow : 0 12px 14px 0 rgba (0 , 0 , 0 , 0.2 ), 0 13px 20px 0 rgba (0 , 0 , 0 , 0.2 );
@@ -571,25 +673,24 @@ select:focus, textarea:focus, input:focus{
571
673
background-color : # 0f6391 ;
572
674
height : 36px ;
573
675
cursor : default;
574
- border-bottom : 1px solid # 6a9ebb ;
575
676
576
677
position : relative;
577
678
border-radius : 7px 7px 0px 0px ;
578
679
border : 1px solid # 2a79bf ;
680
+ border-bottom : 0px ;
579
681
box-shadow : rgba (0 , 0 , 0 , 0.2 ) 0px 2px 4px 0px ;
580
682
cursor : default;
581
683
overflow : hidden;
582
684
}
583
685
584
686
.window-title {
585
- color : white ;
687
+ color : # fff ;
586
688
text-align : center;
587
689
white-space : nowrap;
588
690
text-transform : uppercase;
589
691
line-height : 36px ; /*Should match window-header height*/
590
692
591
693
position : absolute;
592
- font-size : 14px ;
593
694
text-align : left;
594
695
cursor : default;
595
696
padding-left : 9px ;
@@ -622,6 +723,7 @@ select:focus, textarea:focus, input:focus{
622
723
.window-body {
623
724
padding : 7px ;
624
725
vertical-align : top;
726
+ color : # 303131 ;
625
727
}
626
728
627
729
.alert-header { /* used in conjunction with window-header */
@@ -741,8 +843,6 @@ select:focus, textarea:focus, input:focus{
741
843
}
742
844
743
845
.table-col , .table-header-col {
744
- font-family : helvetica, arial, verdana, sans-serif;
745
- font-size : 14px ;
746
846
white-space : nowrap;
747
847
color : # 272727 ;
748
848
height : 35px ;
0 commit comments