mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
closes #125
This commit is contained in:
32
dist/css/ionic.css
vendored
32
dist/css/ionic.css
vendored
@@ -1,25 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* Button Mixins
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* Bar Mixins
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* Tab Mixins
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* Item Mixins
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* Utility Mixins
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
/*
|
||||
/*!
|
||||
Ionicons, v1.3.3
|
||||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||||
https://twitter.com/helloimben https://twitter.com/ionicframework
|
||||
@@ -2061,7 +2041,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.
|
||||
@@ -4099,7 +4079,7 @@ input[type="tel"],
|
||||
input[type="color"] {
|
||||
display: inline-block;
|
||||
height: 34px;
|
||||
color: #444444;
|
||||
color: #111111;
|
||||
vertical-align: middle;
|
||||
font-size: 14px;
|
||||
line-height: 20px; }
|
||||
@@ -4206,7 +4186,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 {
|
||||
@@ -4221,7 +4201,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); }
|
||||
|
||||
@@ -4694,7 +4674,7 @@ input[type="range"] {
|
||||
.button-icon:active, .button-icon.active {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px white; }
|
||||
text-shadow: 0px 0px 10px #fff; }
|
||||
|
||||
.padding > .button.block:first-child {
|
||||
margin-top: 0; }
|
||||
|
||||
Reference in New Issue
Block a user