浏览代码

Add input[type=url] styles

Daniel Aleksandersen 4 年之前
父节点
当前提交
62b3259f26
共有 1 个文件被更改,包括 3 次插入0 次删除
  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;
   opacity: .5;
 }
 }
 input[type=text],
 input[type=text],
+input[type=url],
 input[type=search],
 input[type=search],
 input[type=password] {
 input[type=password] {
   line-height: 1.5rem;
   line-height: 1.5rem;
@@ -113,6 +114,7 @@ textarea {
   width: 100%;
   width: 100%;
 }
 }
 input[type=text],
 input[type=text],
+input[type=url],
 input[type=search],
 input[type=search],
 input[type=password],
 input[type=password],
 textarea {
 textarea {
@@ -390,6 +392,7 @@ body .vl-tooltip {
     border-radius: 1em;
     border-radius: 1em;
   }
   }
   input[type="text"],
   input[type="text"],
+  input[type="url"],
   input[type="search"],
   input[type="search"],
   input[type="number"],
   input[type="number"],
   input[type="password"],
   input[type="password"],