realreport-designer 1.10.12 → 1.10.13
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.10.
|
|
2
|
+
RealReport Designer v1.10.13
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -3405,7 +3405,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3405
3405
|
}
|
|
3406
3406
|
|
|
3407
3407
|
.rr-color-picker-header {
|
|
3408
|
-
height:
|
|
3408
|
+
height: 33px;
|
|
3409
3409
|
width: 100%;
|
|
3410
3410
|
display: flex;
|
|
3411
3411
|
justify-content: flex-end;
|
|
@@ -3512,8 +3512,8 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3512
3512
|
display: flex;
|
|
3513
3513
|
flex-direction: column;
|
|
3514
3514
|
justify-content: space-between;
|
|
3515
|
-
gap:
|
|
3516
|
-
padding: 15px;
|
|
3515
|
+
gap: 9px;
|
|
3516
|
+
padding: 9px 15px;
|
|
3517
3517
|
background-color: #fff;
|
|
3518
3518
|
border-radius: 0 0 30px 30px;
|
|
3519
3519
|
}
|
|
@@ -3606,7 +3606,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3606
3606
|
}
|
|
3607
3607
|
|
|
3608
3608
|
.rr-color-picker-pallete-custom-label {
|
|
3609
|
-
padding-top:
|
|
3609
|
+
padding-top: 9px;
|
|
3610
3610
|
font-size: 12px;
|
|
3611
3611
|
display: flex;
|
|
3612
3612
|
align-items: center;
|
|
@@ -3736,7 +3736,7 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3736
3736
|
display: flex;
|
|
3737
3737
|
justify-content: flex-end;
|
|
3738
3738
|
gap: 5px;
|
|
3739
|
-
padding-top:
|
|
3739
|
+
padding-top: 9px;
|
|
3740
3740
|
}
|
|
3741
3741
|
|
|
3742
3742
|
.rr-color-picker-hsv-container-buttons::before {
|
|
@@ -3755,30 +3755,29 @@ input[data-rrproperty]::-webkit-inner-spin-button {
|
|
|
3755
3755
|
min-width: 64px;
|
|
3756
3756
|
padding: 4px 10px;
|
|
3757
3757
|
appearance: none;
|
|
3758
|
-
background: #111;
|
|
3759
3758
|
color: #000;
|
|
3760
3759
|
font-size: 12px;
|
|
3761
3760
|
font-weight: bold;
|
|
3762
3761
|
line-height: 1.3;
|
|
3763
3762
|
border-radius: 3px;
|
|
3764
3763
|
background: none;
|
|
3765
|
-
border: 1px solid
|
|
3766
|
-
transition:
|
|
3764
|
+
border: 1px solid var(--rrd-button-border);
|
|
3765
|
+
transition: background 0.3s ease;
|
|
3767
3766
|
}
|
|
3768
3767
|
|
|
3769
3768
|
.rr-color-picker-hsv-container-buttons button:last-child:hover {
|
|
3770
|
-
|
|
3769
|
+
background-color: var(--rrd-secondary-btn-bg-hover);
|
|
3771
3770
|
}
|
|
3772
3771
|
|
|
3773
3772
|
.rr-color-picker-hsv-container-buttons button:first-child {
|
|
3774
|
-
background: var(--rrd-primary-btn-bg
|
|
3773
|
+
background: var(--rrd-primary-btn-bg);
|
|
3775
3774
|
color: #fff;
|
|
3776
3775
|
border: none;
|
|
3777
3776
|
transition: background 0.3s ease;
|
|
3778
3777
|
}
|
|
3779
3778
|
|
|
3780
3779
|
.rr-color-picker-hsv-container-buttons button:first-child:hover {
|
|
3781
|
-
background:
|
|
3780
|
+
background: var(--rrd-primary-btn-bg-hover);
|
|
3782
3781
|
}
|
|
3783
3782
|
|
|
3784
3783
|
.rr-color-picker-pallete-eye-dropper {
|