mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fixed inputs
This commit is contained in:
36
dist/css/ionic.css
vendored
36
dist/css/ionic.css
vendored
@@ -1261,7 +1261,7 @@ sub {
|
||||
fieldset {
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
border: 1px solid silver; }
|
||||
border: 1px solid #c0c0c0; }
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9.
|
||||
@@ -1667,7 +1667,7 @@ a.subdued {
|
||||
&.bar-footer {
|
||||
border-top-width: 1px;
|
||||
}*/
|
||||
box-shadow: inset 0 0 1px #999999; }
|
||||
box-shadow: inset 0 0 1px #999; }
|
||||
.bar.bar-clear {
|
||||
border: none;
|
||||
background: none;
|
||||
@@ -2269,7 +2269,8 @@ a.item {
|
||||
.item-slider {
|
||||
padding: 0; }
|
||||
|
||||
.item-slider .item-content {
|
||||
.item-slider .item-content,
|
||||
.item-radio .item-content {
|
||||
/**
|
||||
* The content area of a complex list item. This area can
|
||||
* Slide left and right and be dragged to support different
|
||||
@@ -2576,6 +2577,7 @@ button.item-icon-right:after {
|
||||
|
||||
.card .item,
|
||||
.card .item-divider,
|
||||
.list-inset .item,
|
||||
.list-inset .item-divider,
|
||||
.padding > .list .item,
|
||||
.padding-horizontal > .list .item,
|
||||
@@ -2669,6 +2671,8 @@ textarea {
|
||||
-moz-flex: 0 0 24px;
|
||||
-ms-flex: 0 0 24px;
|
||||
flex: 0 0 24px;
|
||||
position: static;
|
||||
height: auto;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-size: 16px; }
|
||||
@@ -2689,6 +2693,7 @@ textarea {
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
display: block !important;
|
||||
overflow: hidden;
|
||||
padding: 4px 8px 3px;
|
||||
border: none;
|
||||
@@ -2764,7 +2769,7 @@ input[type="file"] {
|
||||
line-height: 34px; }
|
||||
|
||||
select {
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #ccc;
|
||||
background-color: white; }
|
||||
|
||||
select[multiple],
|
||||
@@ -2819,7 +2824,7 @@ input[type="checkbox"][readonly] {
|
||||
border-radius: 50%;
|
||||
background: white;
|
||||
content: ' ';
|
||||
transition: background-color 0.1s ease-in-out; }
|
||||
transition: background-color .1s ease-in-out; }
|
||||
|
||||
/* the checkmark within the box */
|
||||
.checkbox input:after {
|
||||
@@ -2834,7 +2839,7 @@ input[type="checkbox"][readonly] {
|
||||
border-right: 0;
|
||||
content: ' ';
|
||||
opacity: 0;
|
||||
transition: opacity 0.05s ease-in-out;
|
||||
transition: opacity .05s ease-in-out;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg); }
|
||||
|
||||
@@ -2931,6 +2936,11 @@ input[type="checkbox"][readonly] {
|
||||
right: 15px;
|
||||
z-index: 3; }
|
||||
|
||||
.item-radio {
|
||||
padding: 0; }
|
||||
.item-radio:hover {
|
||||
cursor: pointer; }
|
||||
|
||||
.item-radio .item-content {
|
||||
/* give some room to the right for the checkmark icon */
|
||||
padding-right: 60px; }
|
||||
@@ -3199,7 +3209,7 @@ input[type="range"] {
|
||||
.button.button-icon:active, .button.button-icon.active {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px white; }
|
||||
text-shadow: 0px 0px 10px #fff; }
|
||||
.button.block, .button.button-full {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
@@ -3606,9 +3616,9 @@ a.button {
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-animation: spin 0.75s linear infinite;
|
||||
-moz-animation: spin 0.75s linear infinite;
|
||||
animation: spin 0.75s linear infinite; }
|
||||
-webkit-animation: spin .75s linear infinite;
|
||||
-moz-animation: spin .75s linear infinite;
|
||||
animation: spin .75s linear infinite; }
|
||||
.icon-loading:before {
|
||||
content: "\e144"; }
|
||||
|
||||
@@ -3621,9 +3631,9 @@ a.button {
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-animation: spin 0.75s linear infinite;
|
||||
-moz-animation: spin 0.75s linear infinite;
|
||||
animation: spin 0.75s linear infinite; }
|
||||
-webkit-animation: spin .75s linear infinite;
|
||||
-moz-animation: spin .75s linear infinite;
|
||||
animation: spin .75s linear infinite; }
|
||||
.icon-refreshing:before {
|
||||
content: "\e144"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user