fixed bugs - 1 to 12

This commit is contained in:
HAM!DREZA
2024-08-26 10:57:03 +03:30
parent 852b6962c6
commit 5345bd6916
4 changed files with 117 additions and 25 deletions
+10
View File
@@ -36,3 +36,13 @@ direction: rtl;
*:hover::-webkit-scrollbar-thumb {
@apply bg-opacity-100;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}