mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
0624
This commit is contained in:
parent
77e413ac89
commit
d1e0a34c12
1 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
.xm input[type="url"],
|
||||
.xm input[type="search"],
|
||||
.xm input[type="tel"],
|
||||
.xm input[type="color"]{display:inline-block; height:30px; padding:4px 6px; margin-bottom:10px; line-height:20px; color:var(--color-gray-900); vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background-color: var(--color-gray-300); color: var(--color-gray-050);}
|
||||
.xm input[type="color"]{display:inline-block; height:30px; padding:4px 6px; margin-bottom:10px; line-height:20px; color:var(--color-gray-900); vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background-color: var(--color-gray-300);}
|
||||
.xm input,
|
||||
.xm textarea{width:206px}
|
||||
.xm textarea{height:auto}
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
.xm input[type="url"],
|
||||
.xm input[type="search"],
|
||||
.xm input[type="tel"],
|
||||
.xm input[type="color"]{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;-moz-transition:border linear 0.2s, box-shadow linear 0.2s;-o-transition:border linear 0.2s, box-shadow linear 0.2s;transition:border linear 0.2s, box-shadow linear 0.2s}
|
||||
.xm input[type="color"]{background-color:var(--color-gray-050);border:1px solid var(--color-gray-500);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;-moz-transition:border linear 0.2s, box-shadow linear 0.2s;-o-transition:border linear 0.2s, box-shadow linear 0.2s;transition:border linear 0.2s, box-shadow linear 0.2s}
|
||||
.xm textarea:focus,
|
||||
.xm input[type="text"]:focus,
|
||||
.xm input[type="password"]:focus,
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
.xm input[type="checkbox"]{width:auto}
|
||||
.xm select,
|
||||
.xm input[type="file"]{height:30px;*margin-top:4px;line-height:30px}
|
||||
.xm select{background-color:#ffffff;border:1px solid #cccccc}
|
||||
.xm select{background-color:var(--color-gray-050);border:1px solid var(--color-gray-500)}
|
||||
.xm select[multiple],
|
||||
.xm select[size]{height:auto}
|
||||
.xm select:focus,
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
.xm textarea[disabled],
|
||||
.xm input[readonly],
|
||||
.xm select[readonly],
|
||||
.xm textarea[readonly]{cursor:not-allowed;background-color:#eeeeee}
|
||||
.xm textarea[readonly]{cursor:not-allowed; background-color:var(--color-gray-200); color: var(--color-gray-500); border-color: var(--color-gray-300);}
|
||||
.xm input[type="radio"][disabled],
|
||||
.xm input[type="checkbox"][disabled],
|
||||
.xm input[type="radio"][readonly],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue