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 */
@@ -176,7 +177,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
176
177
177
178
color : # 97989c ; /*#7e7f84;*/
178
179
display : inline-block;
179
- font-size : 14px ;
180
180
height : 28px ;
181
181
line-height : 28px ;
182
182
padding : 2px 4px ;
@@ -206,7 +206,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
206
206
207
207
.form-label {
208
208
color : # bfc0c3 ;
209
- font-size : 14px ;
210
209
white-space : nowrap;
211
210
cursor : default;
212
211
vertical-align : top;
@@ -293,7 +292,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
293
292
border-radius : 3px ;
294
293
color : # 97989c ;
295
294
display : inline-block;
296
- font-size : 14px ;
297
295
width : 80px ;
298
296
height : 26px ;
299
297
/*line-height: 24px;*/
@@ -394,7 +392,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
394
392
395
393
.form-input-menu-item {
396
394
color : # b3b3b3 ;
397
- font-size : 14px ;
398
395
height : 28px ;
399
396
line-height : 28px ;
400
397
padding : 0px 6px ;
@@ -419,6 +416,26 @@ input, select, textarea { /* Allows overriding native style of form elements on
419
416
}
420
417
421
418
419
+ /**************************************************************************/
420
+ /** Form Error
421
+ /**************************************************************************/
422
+
423
+ .form-input-error {
424
+ background : # 4e3434 ;
425
+ border-color : # 8c0000 ;
426
+ }
427
+
428
+
429
+ /**************************************************************************/
430
+ /** Form placeholder
431
+ /**************************************************************************/
432
+
433
+ .form-input ::placeholder {
434
+ color : # 757575 ;
435
+ font-style : italic;
436
+ }
437
+
438
+
422
439
/**************************************************************************/
423
440
/** Form Group
424
441
/**************************************************************************/
@@ -440,6 +457,52 @@ input, select, textarea { /* Allows overriding native style of form elements on
440
457
}
441
458
442
459
460
+ /**************************************************************************/
461
+ /** Callout
462
+ /**************************************************************************/
463
+
464
+ .callout-panel , .callout-arrow {
465
+ border : 1px solid # 383b41 ;
466
+ background : # 3e4453 ; /*same as window*/
467
+ }
468
+ .callout-panel {
469
+ border-radius : 4px ;
470
+ box-shadow : 0 12px 14px 0 rgba (0 , 0 , 0 , 0.2 ), 0 13px 20px 0 rgba (0 , 0 , 0 , 0.2 )
471
+ }
472
+ .callout-arrow {
473
+ width : 10px ;
474
+ height : 10px ;
475
+ padding : 10px ;
476
+ }
477
+
478
+
479
+ /**************************************************************************/
480
+ /** Error Popup
481
+ /**************************************************************************/
482
+ /** The following classes are used to define the style for pop-up callouts
483
+ * generated using the javaxt.dhtml.Callout class.
484
+ */
485
+
486
+ .error-callout-panel , .error-callout-arrow {
487
+ border : 1px solid # 8c0000 ;
488
+ background : # 921d1d ;
489
+ color : # fff ;
490
+ cursor : pointer;
491
+ }
492
+
493
+ .error-callout-panel {
494
+ border-radius : 3px ;
495
+ padding : 5px !important ;
496
+ box-shadow : 0 12px 14px 0 rgba (0 , 0 , 0 , 0.2 ), 0 13px 20px 0 rgba (0 , 0 , 0 , 0.2 );
497
+ }
498
+
499
+ .error-callout-arrow {
500
+ width : 7px ;
501
+ height : 7px ;
502
+ padding : 12px ;
503
+ }
504
+
505
+
443
506
/**************************************************************************/
444
507
/** Window
445
508
/**************************************************************************/
@@ -474,7 +537,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
474
537
line-height : 36px ; /*Should match window-header height*/
475
538
476
539
position : absolute;
477
- font-size : 14px ;
478
540
text-align : left;
479
541
cursor : default;
480
542
padding-left : 9px ;
@@ -578,7 +640,7 @@ input, select, textarea { /* Allows overriding native style of form elements on
578
640
/** Special case when tab is the first component inside a window **/
579
641
580
642
.window-body table : first-child .tab-bar {
581
- background-color : # 405672 ;
643
+ background-color : # 4c5468 ;
582
644
}
583
645
584
646
.window-body table : first-child .tab-active {
@@ -612,7 +674,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
612
674
613
675
.checkbox-label {
614
676
color : # bfc0c3 ;
615
- font-size : 14px ;
616
677
white-space : nowrap;
617
678
cursor : default;
618
679
vertical-align : top;
@@ -652,25 +713,6 @@ input, select, textarea { /* Allows overriding native style of form elements on
652
713
}
653
714
654
715
655
- /**************************************************************************/
656
- /** Callout
657
- /**************************************************************************/
658
-
659
- .callout-panel , .callout-arrow {
660
- border : 1px solid # 383b41 ;
661
- background : # 3e4453 ; /*same as window*/
662
- }
663
- .callout-panel {
664
- border-radius : 4px ;
665
- box-shadow : 0 12px 14px 0 rgba (0 , 0 , 0 , 0.2 ), 0 13px 20px 0 rgba (0 , 0 , 0 , 0.2 )
666
- }
667
- .callout-arrow {
668
- width : 10px ;
669
- height : 10px ;
670
- padding : 10px ;
671
- }
672
-
673
-
674
716
/**************************************************************************/
675
717
/** Table
676
718
/**************************************************************************/
@@ -711,8 +753,7 @@ input, select, textarea { /* Allows overriding native style of form elements on
711
753
}
712
754
713
755
.table-col , .table-header-col {
714
- font-family : helvetica, arial, verdana, sans-serif;
715
- font-size : 14px ;
756
+
716
757
white-space : nowrap;
717
758
718
759
height : 35px ;
@@ -813,7 +854,7 @@ input, select, textarea { /* Allows overriding native style of form elements on
813
854
/** Slider
814
855
/**************************************************************************/
815
856
816
- .sliderGrove {
857
+ .slider-groove {
817
858
display : inline-block;
818
859
-webkit-box-sizing : border-box;
819
860
-moz-box-sizing : padding-box;
@@ -843,7 +884,7 @@ input, select, textarea { /* Allows overriding native style of form elements on
843
884
background-repeat : no-repeat, repeat-x;
844
885
}
845
886
846
- .sliderHandle {
887
+ .slider-handle {
847
888
position : relative;
848
889
height : 20px ;
849
890
width : 20px ;
@@ -867,7 +908,7 @@ input, select, textarea { /* Allows overriding native style of form elements on
867
908
}
868
909
869
910
870
- .sliderHandle : hover , .sliderHandle .hover {
911
+ .slider-handle : hover , .slider-handle .hover {
871
912
background-image :
872
913
-webkit-gradient (linear, left top, left bottom,
873
914
from (# 6297f2 ),
0 commit comments