general-library-union 2.8.89 → 2.8.91
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.
package/package.json
CHANGED
|
@@ -64,6 +64,10 @@ body {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
#login .p-icon-wrapper {
|
|
68
|
+
z-index: 999;
|
|
69
|
+
color: var(--color-500);
|
|
70
|
+
}
|
|
67
71
|
|
|
68
72
|
#login .p-button {
|
|
69
73
|
box-shadow: 0 0 5px #000000c9;
|
|
@@ -104,8 +108,17 @@ body {
|
|
|
104
108
|
position: relative;
|
|
105
109
|
}
|
|
106
110
|
|
|
111
|
+
.p-inputgroup:focus input {
|
|
112
|
+
box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.p-inputgroup:focus p-password {
|
|
116
|
+
box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400);
|
|
117
|
+
}
|
|
118
|
+
|
|
107
119
|
#login span.p-inputgroup-addon {
|
|
108
|
-
|
|
120
|
+
position: absolute;
|
|
121
|
+
height: 100% !important;
|
|
109
122
|
z-index: 99;
|
|
110
123
|
}
|
|
111
124
|
|