perfect-gui 3.4.3 → 3.4.4
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 +1 -1
- package/src/styles.js +2 -1
package/package.json
CHANGED
package/src/styles.js
CHANGED
|
@@ -229,7 +229,7 @@ return /* css */`
|
|
|
229
229
|
box-sizing: border-box;
|
|
230
230
|
cursor: pointer;
|
|
231
231
|
position: absolute;
|
|
232
|
-
bottom: -5px
|
|
232
|
+
bottom: -4px; /* 5px height -1px de dépassement du curseur */
|
|
233
233
|
right: 0;
|
|
234
234
|
height: 5px;
|
|
235
235
|
width: 100%;
|
|
@@ -244,6 +244,7 @@ return /* css */`
|
|
|
244
244
|
background-color: transparent; /* supprimé définie sur l'input */
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
+
/* Curseur */
|
|
247
248
|
.p-gui__slider-ctrl::-webkit-slider-thumb {
|
|
248
249
|
-webkit-appearance: none; /* également nécessaire sur le curseur */
|
|
249
250
|
width: 15px;
|