@appartmint/mint 2.8.0 → 2.8.2

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/dist/css/mint.css CHANGED
@@ -1899,14 +1899,18 @@ i.fa-envelope {
1899
1899
  }
1900
1900
 
1901
1901
  input,
1902
- textarea,
1903
- select {
1902
+ select,
1903
+ textarea {
1904
1904
  width: 100%;
1905
1905
  padding: 0.5rem;
1906
1906
  border: 2px solid #ccc;
1907
1907
  border-radius: 1rem;
1908
1908
  }
1909
1909
 
1910
+ input[type=file], input::file-selector-button {
1911
+ cursor: pointer;
1912
+ }
1913
+
1910
1914
  @media (min-width: 480px) {
1911
1915
  select {
1912
1916
  width: auto;