Răsfoiți Sursa

Add input[type=url] styles

Daniel Aleksandersen 4 ani în urmă
părinte
comite
62b3259f26
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      src/common/ui/style/style.css

+ 3 - 0
src/common/ui/style/style.css

@@ -100,6 +100,7 @@ input[disabled] ~ * {
   opacity: .5;
 }
 input[type=text],
+input[type=url],
 input[type=search],
 input[type=password] {
   line-height: 1.5rem;
@@ -113,6 +114,7 @@ textarea {
   width: 100%;
 }
 input[type=text],
+input[type=url],
 input[type=search],
 input[type=password],
 textarea {
@@ -390,6 +392,7 @@ body .vl-tooltip {
     border-radius: 1em;
   }
   input[type="text"],
+  input[type="url"],
   input[type="search"],
   input[type="number"],
   input[type="password"],