profoundjs 7.15.1 → 7.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2369,7 +2369,7 @@ label.on-label {
2369
2369
  color: white;
2370
2370
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
2371
2371
  left: 0;
2372
- padding-top: 5px;
2372
+ padding-top: 5px;
2373
2373
  background-repeat: no-repeat;
2374
2374
  background-image: url("../images/onoff/on.png");
2375
2375
  }
@@ -5482,7 +5482,7 @@ div.Glass>.pui-tablayout-body>div {
5482
5482
  opacity: 0.33;
5483
5483
  }
5484
5484
 
5485
- /*Signature Pad Classes */
5485
+ /*Signature Pad Classes */
5486
5486
 
5487
5487
  .pui-signature-pad-clear-box {
5488
5488
  right: 1px;
@@ -5506,9 +5506,9 @@ div.Glass>.pui-tablayout-body>div {
5506
5506
  }
5507
5507
  .pui-signature-pad-container {
5508
5508
  overflow: hidden;
5509
- padding: 0px;
5509
+ padding: 0px;
5510
5510
  background-color: #ffffcc;
5511
- border: 1px solid #000000;
5511
+ border: 1px solid #000000;
5512
5512
  color: #333333;
5513
5513
  }
5514
5514
  .pui-signature-pad-canvas{
@@ -12870,6 +12870,12 @@ input.blueprint-radio-button-no-label:hover:checked+.label-for-blueprint-radio-b
12870
12870
  cursor: pointer;
12871
12871
  }
12872
12872
 
12873
+ .blueprint-menu.blueprint-defaults.pui-menu>table>tbody>tr>td.prev-menu {
12874
+ background-color: #5fade1;
12875
+ color: #fff;
12876
+ cursor: pointer;
12877
+ }
12878
+
12873
12879
  .blueprint-menu.blueprint-defaults.pui-menu>table>tbody>tr:not(:last-child)>td {
12874
12880
  border-bottom: 1px solid #2980b9;
12875
12881
  }
@@ -12968,7 +12974,7 @@ input.blueprint-radio-button-no-label:hover:checked+.label-for-blueprint-radio-b
12968
12974
  padding: 5px;
12969
12975
  height: 25px;
12970
12976
  overflow-y: auto;
12971
- white-space: normal;
12977
+ white-space: pre-wrap;
12972
12978
  }
12973
12979
 
12974
12980
  .blueprint-defaults.blueprint-spinner {
@@ -12986,7 +12992,7 @@ input.blueprint-radio-button-no-label:hover:checked+.label-for-blueprint-radio-b
12986
12992
  background-repeat: no-repeat;
12987
12993
  background-size: 24px;
12988
12994
  background-position-y: -5px;
12989
- position: absolute;
12995
+ position: absolute;
12990
12996
  border-style: none;
12991
12997
  padding-left: 24px;
12992
12998
  margin-left: -10px;
@@ -13038,7 +13044,7 @@ input.blueprint-radio-button-no-label:hover:checked+.label-for-blueprint-radio-b
13038
13044
  background-size: 24px;
13039
13045
  background-position-y: -5px;
13040
13046
  background-position-x: 2px;
13041
- position: absolute;
13047
+ position: absolute;
13042
13048
  border-style: none;
13043
13049
  cursor: pointer;
13044
13050
  height: 12px;
@@ -15546,7 +15552,7 @@ input.office-copy-radio-button-no-label:hover:checked+.label-for-office-copy-rad
15546
15552
  padding: 5px;
15547
15553
  overflow-y: auto;
15548
15554
  height: 25px;
15549
- white-space: normal;
15555
+ white-space: pre-wrap;
15550
15556
  }
15551
15557
 
15552
15558
  .office-copy-defaults.office-copy-spinner {
@@ -15564,7 +15570,7 @@ input.office-copy-radio-button-no-label:hover:checked+.label-for-office-copy-rad
15564
15570
  background-repeat: no-repeat;
15565
15571
  background-size: 24px;
15566
15572
  background-position-y: -5px;
15567
- position: absolute;
15573
+ position: absolute;
15568
15574
  border-style: none;
15569
15575
  cursor: pointer;
15570
15576
  padding-left: 24px;
@@ -15611,7 +15617,7 @@ input.office-copy-radio-button-no-label:hover:checked+.label-for-office-copy-rad
15611
15617
  background-size: 24px;
15612
15618
  background-position-y: -5px;
15613
15619
  background-position-x: 2px;
15614
- position: absolute;
15620
+ position: absolute;
15615
15621
  border-style: none;
15616
15622
  cursor: pointer;
15617
15623
  height: 14px;
@@ -16983,7 +16989,7 @@ div.propwin > .pbody > table tr td span.expnd {
16983
16989
  div.propwin > .pbody > table tr td img.expnd {
16984
16990
  cursor: pointer;
16985
16991
  height: 18px;
16986
- width: 16px;
16992
+ width: 16px;
16987
16993
  margin-bottom: -4px;
16988
16994
  padding-right: 3px;
16989
16995
  }
@@ -17021,7 +17027,7 @@ div.propwin > .pbody > table tr td:nth-of-type(2) > input[readonly] {
17021
17027
  background-color: #ffffff;
17022
17028
  border: 0px solid #ffffff;
17023
17029
  }
17024
- div.propwin > .pbody > table tr td:nth-of-type(2) > .bound,
17030
+ div.propwin > .pbody > table tr td:nth-of-type(2) > .bound,
17025
17031
  div.propwin > .pbody > table tr td:nth-of-type(2) > .join {
17026
17032
  color: #339933;
17027
17033
  font-weight: bold;
@@ -17085,7 +17091,7 @@ div.propwin .helppnl p, div.propwin .helppnl pre {
17085
17091
  margin: revert;
17086
17092
  }
17087
17093
 
17088
- div.propwin .helppnl .propname {
17094
+ div.propwin .helppnl .propname {
17089
17095
  font-weight: bold;
17090
17096
  text-transform: capitalize;
17091
17097
  }
@@ -17137,7 +17143,7 @@ div.propwin input[type="button"].ellipses {
17137
17143
 
17138
17144
  div.propwin input[type="button"].ellipses.long {
17139
17145
  position: relative;
17140
- top: -10px;
17146
+ top: -10px;
17141
17147
  }
17142
17148
 
17143
17149
  div.propwin input.propertyInput {
@@ -17206,15 +17212,15 @@ div.dsgnr-dialog .header div.closeBtn {
17206
17212
  position: absolute;
17207
17213
  top: 3px;
17208
17214
  right: 4px;
17209
- width: 15px;
17210
- height: 15px;
17215
+ width: 15px;
17216
+ height: 15px;
17211
17217
  cursor: pointer;
17212
17218
  }
17213
17219
 
17214
17220
  div.dsgnr-dialog .header div.closeBtn > div.closeImg {
17215
17221
  background-image: url(/profoundui/proddata/images/buttons/close/x1.png);
17216
17222
  background-repeat: no-repeat;
17217
- position: absolute;
17223
+ position: absolute;
17218
17224
  top: 0px;
17219
17225
  left: 0px;
17220
17226
  width: 16px;
@@ -17391,7 +17397,7 @@ div.dsgnr-dialog.fields .body div.tablewrap > div.det > table tr:nth-of-type(2n)
17391
17397
  div.dsgnr-dialog.fields .body div.tablewrap > div.det > table tr:nth-of-type(2n){
17392
17398
  background-color: #FFFFFF;
17393
17399
  }
17394
- div.dsgnr-dialog.fields .body div.tablewrap > div.det > table tr.sel,
17400
+ div.dsgnr-dialog.fields .body div.tablewrap > div.det > table tr.sel,
17395
17401
  div.dsgnr-dialog.fields .body div.tablewrap > div.det > table tr.sel:hover {
17396
17402
  color: #ffffff;
17397
17403
  background-color: #6699CC;
@@ -17518,7 +17524,7 @@ div.joblogDL, div.errstackDL, div.editInIDE {
17518
17524
 
17519
17525
  div.joblogDL > span.pui-material-icons,
17520
17526
  div.errstackDL > span.pui-material-icons,
17521
- div.editInIDE > span.pui-material-icons {
17527
+ div.editInIDE > span.pui-material-icons {
17522
17528
  top: 4px;
17523
17529
  cursor:inherit;
17524
17530
  position:relative;
@@ -17549,7 +17555,7 @@ div.pui-prompt-office-copy-textbox:hover {
17549
17555
 
17550
17556
  div.pui-sflmsg-panel {
17551
17557
  height: 250px;
17552
- border: 1px solid #cccccc;
17558
+ border: 1px solid #cccccc;
17553
17559
  white-space: normal;
17554
17560
  font-family: Arial;
17555
17561
  background-color: #ffffff;
@@ -17560,7 +17566,7 @@ div.pui-sflmsg-panel {
17560
17566
  div.pui-sflmsg-panel-heading {
17561
17567
  height: 30px;
17562
17568
  text-align: center;
17563
- padding-top: 3px;
17569
+ padding-top: 3px;
17564
17570
  }
17565
17571
 
17566
17572
  div.pui-sflmsg-panel-content {
@@ -17578,7 +17584,7 @@ div.pui-sflmsg-panel-close-button {
17578
17584
  }
17579
17585
 
17580
17586
  div.pui-sflmsg-panel-close-button:hover {
17581
- background-image: url(/profoundui/proddata/images/buttons/close/x1_hover.png);
17587
+ background-image: url(/profoundui/proddata/images/buttons/close/x1_hover.png);
17582
17588
  }
17583
17589
 
17584
17590
  div.pui-replay {
@@ -17588,7 +17594,7 @@ div.pui-replay {
17588
17594
  border: 2px solid #66f;
17589
17595
  border-radius: 5px;
17590
17596
  padding: 2px;
17591
- background-color: #fff;
17597
+ background-color: #fff;
17592
17598
  }
17593
17599
 
17594
17600
  div.pui-replay .pui-material-icons {
@@ -17629,8 +17635,8 @@ div.pui-replay .pui-replay-step {
17629
17635
  float: left;
17630
17636
  width: calc(100% - 310px);
17631
17637
  height: 100%;
17632
- overflow: auto;
17633
- box-sizing: border-box;
17638
+ overflow: auto;
17639
+ box-sizing: border-box;
17634
17640
  background-color: #1e1e1e;
17635
17641
  line-height: 1.4;
17636
17642
  overflow-x: hidden;
@@ -17675,7 +17681,7 @@ mark.pui-error-screen-highlighted-line {
17675
17681
  width: 100%;
17676
17682
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
17677
17683
  font-size: 1em;
17678
- padding-top: 14px;
17684
+ padding-top: 14px;
17679
17685
  }
17680
17686
  .pui-error-screen-stack-right pre.error-code-lines .error-code-line {
17681
17687
  display: inline-block;
@@ -17687,3 +17693,513 @@ mark.pui-error-screen-highlighted-line {
17687
17693
  border-left-style: solid;
17688
17694
  border-color: rgb(56 189 248);
17689
17695
  }
17696
+
17697
+ /* Automated Testing Classes */
17698
+ /* Container */
17699
+ .pui-auto-testing-container {
17700
+ display: flex;
17701
+ flex-direction: column;
17702
+ height: 100vh;
17703
+ overflow: hidden;
17704
+ }
17705
+
17706
+ /* Header */
17707
+ .pui-auto-testing-header {
17708
+ position: relative;
17709
+ width: 100%;
17710
+ height: 50px;
17711
+ background-color: #555;
17712
+ color: #ecf0f1;
17713
+ display: flex;
17714
+ align-items: center;
17715
+ padding: 0 10px;
17716
+ transition: height 0.3s;
17717
+ }
17718
+
17719
+ .pui-auto-testing-header-title {
17720
+ flex: 1;
17721
+ font-size: 18px;
17722
+ font-weight: bold;
17723
+ }
17724
+
17725
+ .pui-auto-testing-header-status {
17726
+ font-size: 14px;
17727
+ margin-left: 25px;
17728
+ background-color: #f39c12;
17729
+ padding: 5px 10px;
17730
+ border-radius: 5px;
17731
+ }
17732
+
17733
+ .pui-auto-testing-header-actions {
17734
+ display: flex;
17735
+ margin-right: 20px;
17736
+ }
17737
+
17738
+ .pui-auto-testing-action-button {
17739
+ display: flex;
17740
+ align-items: center;
17741
+ margin-left: 10px;
17742
+ cursor: pointer;
17743
+ padding: 5px;
17744
+ border-radius: 5px;
17745
+ user-select: none;
17746
+ }
17747
+
17748
+ .pui-auto-testing-action-button:hover {
17749
+ background-color: #00a0f6;
17750
+ }
17751
+
17752
+ .pui-auto-testing-action-button .pui-fa-solid-icons {
17753
+ margin-right: 5px;
17754
+ font-size: 17px;
17755
+ }
17756
+
17757
+ /* Main Area */
17758
+ .pui-auto-testing-main {
17759
+ flex: 1;
17760
+ display: flex;
17761
+ overflow: hidden;
17762
+ }
17763
+
17764
+ /* Sidebar */
17765
+ .pui-auto-testing-sidebar {
17766
+ width: 200px;
17767
+ min-width: 30px;
17768
+ background-color: #fff;
17769
+ border-right: 1px solid #ddd;
17770
+ flex-shrink: 0;
17771
+ position: relative;
17772
+ transition: width 0.2s ease;
17773
+ display: flex;
17774
+ flex-direction: column;
17775
+ }
17776
+
17777
+ .pui-auto-testing-sidebar.collapsed {
17778
+ width: 30px; /* Minimal width to show the collapse button */
17779
+ overflow: hidden;
17780
+ background-color: #ddd;
17781
+ }
17782
+
17783
+ .pui-auto-testing-sidebar.collapsed .pui-auto-testing-step-list-container,
17784
+ .pui-auto-testing-sidebar.collapsed .pui-auto-testing-sidebar-resize-handle {
17785
+ display: none;
17786
+ }
17787
+
17788
+ .pui-auto-testing-sidebar-collapse {
17789
+ color: #888;
17790
+ position: absolute;
17791
+ bottom: 10px;
17792
+ right: 10px;
17793
+ cursor: pointer;
17794
+ }
17795
+
17796
+ .pui-auto-testing-sidebar.collapsed .pui-auto-testing-sidebar-collapse {
17797
+ bottom: 50%;
17798
+ right: auto;
17799
+ left: 0;
17800
+ transform: translateY(50%);
17801
+ padding: 5px;
17802
+ }
17803
+
17804
+ .pui-auto-testing-sidebar-collapse:hover {
17805
+ color: #333;
17806
+ }
17807
+
17808
+ .pui-auto-testing-sidebar-resize-handle {
17809
+ width: 5px;
17810
+ border-right: 1px solid #999;
17811
+ cursor: ew-resize;
17812
+ position: absolute;
17813
+ top: 0;
17814
+ right: 0;
17815
+ bottom: 0;
17816
+ }
17817
+
17818
+ .pui-auto-testing-sidebar-resize-handle:hover {
17819
+ border-right: 1px solid #ccc;
17820
+ background-color: #ccc;
17821
+ }
17822
+
17823
+ /* Step List Container */
17824
+ .pui-auto-testing-step-list-container {
17825
+ flex: 1;
17826
+ overflow: auto;
17827
+ }
17828
+
17829
+ /* Steps List */
17830
+ .pui-auto-testing-steps-list {
17831
+ list-style: none;
17832
+ padding: 10px;
17833
+ margin: 0;
17834
+ }
17835
+
17836
+ .pui-auto-testing-step-item {
17837
+ cursor: pointer;
17838
+ display: flex;
17839
+ align-items: center;
17840
+ border-radius: 7px;
17841
+ padding: 5px;
17842
+ }
17843
+
17844
+ .pui-auto-testing-step-item.pui-active {
17845
+ background-color: #f0f0f0;
17846
+ border-left: 2px solid #007bff;
17847
+ border-top-left-radius: 0px;
17848
+ border-bottom-left-radius: 0px;
17849
+ }
17850
+
17851
+ .pui-auto-testing-step-item:hover {
17852
+ background-color: #f0f0f0;
17853
+ }
17854
+
17855
+ .pui-auto-testing-step-name {
17856
+ cursor: pointer !important;
17857
+ flex-grow: 1;
17858
+ padding: 5px;
17859
+ border: 1px solid transparent;
17860
+ border-radius: 3px;
17861
+ cursor: text;
17862
+ position: relative;
17863
+
17864
+ /* Constrain width and height */
17865
+ white-space: nowrap;
17866
+ overflow: hidden;
17867
+ width: 100%;
17868
+ height: 32px;
17869
+ }
17870
+
17871
+ .pui-auto-testing-step-name:focus {
17872
+ outline: none;
17873
+ border-color: #007bff;
17874
+ background-color: #e9f5ff;
17875
+ }
17876
+
17877
+ .pui-auto-testing-step-name.pui-auto-testing-saving-step::after {
17878
+ content: "Saving...";
17879
+ position: absolute;
17880
+ top: 50%;
17881
+ right: 5px;
17882
+ transform: translateY(-50%);
17883
+ font-size: small;
17884
+ color: gray;
17885
+ color: white; /* Text color */
17886
+ background-color: #007bff; /* Background color for emphasis */
17887
+ padding: 2px 6px; /* Add some padding around the message */
17888
+ border-radius: 3px; /* Rounded corners for a subtle look */
17889
+ pointer-events: none; /* Ensure it doesn't interfere with interactions */
17890
+ white-space: nowrap; /* Prevent the text from wrapping */
17891
+ box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Add shadow for more emphasis */}
17892
+
17893
+ .pui-auto-testing-step-status {
17894
+ margin-left: 5px;
17895
+ color: #999;
17896
+ }
17897
+
17898
+ /* Content Area */
17899
+ .pui-auto-testing-content {
17900
+ flex: 1;
17901
+ overflow: auto;
17902
+ position: relative;
17903
+ }
17904
+
17905
+ .pui-auto-testing-content-zoom50 div.genie-5250, .pui-auto-testing-content-zoom50 div#sidebar {
17906
+ transform: scale(0.50);
17907
+ transform-origin: top left;
17908
+ }
17909
+
17910
+ .pui-auto-testing-content-zoom60 div.genie-5250, .pui-auto-testing-content-zoom60 div#sidebar {
17911
+ transform: scale(0.60);
17912
+ transform-origin: top left;
17913
+ }
17914
+
17915
+ .pui-auto-testing-content-zoom70 div.genie-5250, .pui-auto-testing-content-zoom70 div#sidebar {
17916
+ transform: scale(0.70);
17917
+ transform-origin: top left;
17918
+ }
17919
+
17920
+ .pui-auto-testing-content-zoom80 div.genie-5250, .pui-auto-testing-content-zoom80 div#sidebar {
17921
+ transform: scale(0.80);
17922
+ transform-origin: top left;
17923
+ }
17924
+
17925
+ .pui-auto-testing-content-zoom90 div.genie-5250, .pui-auto-testing-content-zoom90 div#sidebar {
17926
+ transform: scale(0.90);
17927
+ transform-origin: top left;
17928
+ }
17929
+
17930
+ .pui-auto-testing-content-zoom100 div.genie-5250, .pui-auto-testing-content-zoom100 div#sidebar {
17931
+ transform: scale(1.00);
17932
+ transform-origin: top left;
17933
+ }
17934
+
17935
+ .pui-auto-testing-content-zoom110 div.genie-5250, .pui-auto-testing-content-zoom110 div#sidebar {
17936
+ transform: scale(1.10);
17937
+ transform-origin: top left;
17938
+ }
17939
+
17940
+ .pui-auto-testing-content-zoom120 div.genie-5250, .pui-auto-testing-content-zoom120 div#sidebar {
17941
+ transform: scale(1.20);
17942
+ transform-origin: top left;
17943
+ }
17944
+
17945
+ /* Footer */
17946
+ .pui-auto-testing-footer {
17947
+ display: flex;
17948
+ flex-direction: column;
17949
+ height: 200px;
17950
+ min-height: 35px;
17951
+ background-color: #f5f5f5;
17952
+ position: relative;
17953
+ transition: height 0.3s;
17954
+ }
17955
+
17956
+ .pui-auto-testing-footer.collapsed {
17957
+ height: 35px; /* Minimal height to show the collapse button */
17958
+ overflow: hidden;
17959
+ background-color: #ddd;
17960
+ }
17961
+
17962
+ .pui-auto-testing-footer.collapsed .pui-auto-testing-footer-tabs,
17963
+ .pui-auto-testing-footer.collapsed .pui-auto-testing-footer-tab-contents,
17964
+ .pui-auto-testing-footer.collapsed .pui-auto-testing-footer-resize-handle {
17965
+ display: none;
17966
+ }
17967
+
17968
+ .pui-auto-testing-footer-collapse {
17969
+ color: #777;
17970
+ position: absolute;
17971
+ top: 7px;
17972
+ right: 10px;
17973
+ cursor: pointer;
17974
+ }
17975
+
17976
+ .pui-auto-testing-footer.collapsed .pui-auto-testing-footer-collapse {
17977
+ top: 0;
17978
+ right: 50%;
17979
+ transform: translateX(50%);
17980
+ padding: 5px;
17981
+ }
17982
+
17983
+ .pui-auto-testing-footer-collapse:hover {
17984
+ color: #333;
17985
+ }
17986
+
17987
+ .pui-auto-testing-save-button {
17988
+ color: #777;
17989
+ position: absolute;
17990
+ top: 7px;
17991
+ right: 45px;
17992
+ cursor: pointer;
17993
+ }
17994
+
17995
+ .pui-auto-testing-save-button:hover {
17996
+ color: #333;
17997
+ }
17998
+
17999
+ .pui-auto-testing-working {
18000
+ animation: pui-spin 1.25s linear infinite;
18001
+ }
18002
+
18003
+ .pui-auto-testing-footer.collapsed .pui-auto-testing-save-button {
18004
+ display: none;
18005
+ }
18006
+
18007
+ .pui-auto-testing-footer-resize-handle {
18008
+ height: 5px;
18009
+ border-top: 1px solid #999;
18010
+ cursor: ns-resize;
18011
+ position: absolute;
18012
+ top: 0;
18013
+ left: 0;
18014
+ right: 0;
18015
+ }
18016
+
18017
+ .pui-auto-testing-footer-resize-handle:hover {
18018
+ border-top: 1px solid #ccc;
18019
+ background-color: #ccc;
18020
+ }
18021
+
18022
+ /* Footer Tabs */
18023
+ .pui-auto-testing-footer-tabs {
18024
+ display: flex;
18025
+ background-color: #eee;
18026
+ border-bottom: 1px solid #ccc;
18027
+ }
18028
+
18029
+ .pui-auto-testing-footer-tab {
18030
+ padding: 10px;
18031
+ cursor: pointer;
18032
+ user-select: none;
18033
+ }
18034
+ .pui-auto-testing-footer-tab:hover {
18035
+ background-color: #ddd;
18036
+ }
18037
+
18038
+ .pui-auto-testing-footer-tab.pui-active {
18039
+ background-color: #fff;
18040
+ font-weight: bold;
18041
+ border-bottom: 2px solid #007bff;
18042
+ }
18043
+
18044
+ /* Footer Tab Contents */
18045
+ .pui-auto-testing-footer-tab-contents {
18046
+ flex: 1;
18047
+ padding: 10px;
18048
+ overflow: auto;
18049
+ }
18050
+
18051
+ .pui-auto-testing-footer-tab-content {
18052
+ display: none;
18053
+ }
18054
+
18055
+ .pui-auto-testing-footer-tab-content.pui-auto-testing-editor-tab {
18056
+ height: 100%;
18057
+ overflow: hidden;
18058
+ }
18059
+
18060
+ .pui-auto-testing-footer-tab-content:first-child {
18061
+ display: block;
18062
+ }
18063
+
18064
+ table.auto-testing-user-input, table.auto-testing-results, table.auto-testing-hashes {
18065
+ width: 100%;
18066
+ border-collapse: collapse;
18067
+ font-family: Arial, sans-serif;
18068
+ }
18069
+ table.auto-testing-user-input th, table.auto-testing-results th, table.auto-testing-hashes th {
18070
+ background-color: #555;
18071
+ color: white;
18072
+ padding: 10px;
18073
+ text-align: left;
18074
+ border: 1px solid #ddd;
18075
+ }
18076
+ table.auto-testing-user-input td, table.auto-testing-results td, table.auto-testing-hashes td {
18077
+ border: 1px solid #ddd;
18078
+ padding: 8px;
18079
+ }
18080
+ table.auto-testing-user-input tr:nth-child(even), table.auto-testing-results tr:nth-child(even), table.auto-testing-hashes tr:nth-child(even) {
18081
+ background-color: #f2f2f2;
18082
+ }
18083
+ table.auto-testing-user-input td:first-child, table.auto-testing-results td:first-child, table.auto-testing-hashes td:first-child {
18084
+ width: 200px;
18085
+ max-width: 200px;
18086
+ word-wrap: break-word;
18087
+ font-weight: bold;
18088
+ background-color: #ffefcc;
18089
+ }
18090
+ table.auto-testing-user-input td, table.auto-testing-results td, table.auto-testing-hashes td {
18091
+ color: #333;
18092
+ }
18093
+ table.auto-testing-user-input tr:hover, table.auto-testing-results tr:hover, table.auto-testing-hashes tr:hover {
18094
+ background-color: #ddd;
18095
+ }
18096
+
18097
+ .auto-testing-valid-hash {
18098
+ background-color: #d4edda;
18099
+ }
18100
+
18101
+ .auto-testing-invalid-hash {
18102
+ background-color: #f8d7da;
18103
+ }
18104
+
18105
+ .pui-auto-testing-diff-viewer .d2h-code-linenumber {
18106
+ display: none !important;
18107
+ }
18108
+
18109
+ /* Exected vs Actual Screen Slider */
18110
+ .pui-auto-testing-slider {
18111
+ cursor: pointer;
18112
+ position: absolute;
18113
+ bottom: 15px;
18114
+ right: 60px;
18115
+ width: calc(100% - 130px);
18116
+ z-index: 10;
18117
+ }
18118
+
18119
+ .pui-auto-testing-slider-left-label {
18120
+ cursor: pointer;
18121
+ position: absolute;
18122
+ bottom: 10px;
18123
+ left: 10px;
18124
+ z-index: 10;
18125
+ font-size: 12px;
18126
+ background-color: #555;
18127
+ color: white;
18128
+ padding: 5px;
18129
+ border-radius: 5px;
18130
+ }
18131
+
18132
+ .pui-auto-testing-slider-right-label {
18133
+ cursor: pointer;
18134
+ position: absolute;
18135
+ bottom: 10px;
18136
+ right: 10px;
18137
+ z-index: 10;
18138
+ font-size: 12px;
18139
+ background-color: #555;
18140
+ color: white;
18141
+ padding: 5px;
18142
+ border-radius: 5px;
18143
+ }
18144
+
18145
+ .pui-auto-testing-flicker-icon {
18146
+ position: absolute;
18147
+ bottom: 45px;
18148
+ right: 21px;
18149
+ z-index: 10;
18150
+ font-size: 25px;
18151
+ color: #999;
18152
+ cursor: pointer;
18153
+ transition: color 0.5s ease;
18154
+ }
18155
+
18156
+ .pui-auto-testing-flicker-icon:hover {
18157
+ color: #555;
18158
+ }
18159
+
18160
+ .pui-auto-testing-flicker-icon.pui-auto-testing-flicker-active {
18161
+ color: #007bff;
18162
+ animation: flicker 2.0s infinite;
18163
+ }
18164
+
18165
+ @keyframes flicker {
18166
+ 0%, 100% {
18167
+ opacity: 1;
18168
+ }
18169
+ 50% {
18170
+ opacity: 0.4;
18171
+ }
18172
+ }
18173
+
18174
+ .pui-auto-testing-diff-icon {
18175
+ position: absolute;
18176
+ bottom: 80px;
18177
+ right: 19px;
18178
+ z-index: 10;
18179
+ font-size: 25px;
18180
+ color: #999;
18181
+ cursor: pointer;
18182
+ transition: color 0.5s ease;
18183
+ }
18184
+
18185
+ .pui-auto-testing-diff-icon:hover {
18186
+ color: #555;
18187
+ }
18188
+
18189
+ .pui-auto-testing-diff-icon.pui-auto-testing-diff-active {
18190
+ color: #007bff;
18191
+ }
18192
+
18193
+ .pui-auto-testing-elem-diff {
18194
+ cursor: pointer !important;
18195
+ border: 2px dashed red;
18196
+ }
18197
+
18198
+ .pui-auto-testing-step-number {
18199
+ display: inline-block;
18200
+ font-weight: bold;
18201
+ margin-right: 8px;
18202
+ color: #007bff;
18203
+ width: 20px;
18204
+ text-align: right;
18205
+ }