mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
$input-label-color
This commit is contained in:
9
dist/css/ionic.css
vendored
9
dist/css/ionic.css
vendored
@@ -1084,7 +1084,7 @@ b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
article, aside, canvas, details, embed, fieldset,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
@@ -2288,11 +2288,6 @@ a.list-item {
|
||||
form {
|
||||
margin: 0 0 1.42857; }
|
||||
|
||||
fieldset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
legend {
|
||||
display: block;
|
||||
margin-bottom: 1.42857;
|
||||
@@ -2323,6 +2318,7 @@ textarea {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
||||
|
||||
.input-group {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #cccccc;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
@@ -2359,6 +2355,7 @@ textarea {
|
||||
.input-row .input-label {
|
||||
padding: 7px 10px 7px 3px;
|
||||
max-width: 200px;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
flex: 1 0 100px; }
|
||||
.input-row [class^="icon-"], .input-row [class*=" icon-"] {
|
||||
|
||||
Reference in New Issue
Block a user