mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
a.subdued css
This commit is contained in:
17
dist/css/ionic.css
vendored
17
dist/css/ionic.css
vendored
@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||||
small, strike, strong, sub, sup, tt, var,
|
small, strike, strong, sub, sup, tt, var,
|
||||||
b, u, center,
|
b, i, u, center,
|
||||||
dl, dt, dd, ol, ul, li,
|
dl, dt, dd, ol, ul, li,
|
||||||
fieldset, form, label, legend,
|
fieldset, form, label, legend,
|
||||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||||
@ -196,7 +196,7 @@ sub {
|
|||||||
fieldset {
|
fieldset {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
padding: 0.35em 0.625em 0.75em;
|
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.
|
* 1. Correct `color` not being inherited in IE 8/9.
|
||||||
@ -600,9 +600,6 @@ dd {
|
|||||||
dt {
|
dt {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
dd {
|
|
||||||
margin-left: 0; }
|
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
@ -645,7 +642,7 @@ address {
|
|||||||
|
|
||||||
a.subdued {
|
a.subdued {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
color: #f8f8f8;
|
color: #888;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
a.subdued:hover {
|
a.subdued:hover {
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
@ -2343,7 +2340,7 @@ input[type="checkbox"][readonly] {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: white;
|
background: white;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
transition: background-color 0.1s ease-in-out; }
|
transition: background-color .1s ease-in-out; }
|
||||||
|
|
||||||
/* the checkmark within the box */
|
/* the checkmark within the box */
|
||||||
.checkbox input:after {
|
.checkbox input:after {
|
||||||
@ -2358,7 +2355,7 @@ input[type="checkbox"][readonly] {
|
|||||||
border-right: 0;
|
border-right: 0;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.05s ease-in-out;
|
transition: opacity .05s ease-in-out;
|
||||||
-webkit-transform: rotate(-45deg);
|
-webkit-transform: rotate(-45deg);
|
||||||
transform: rotate(-45deg); }
|
transform: rotate(-45deg); }
|
||||||
|
|
||||||
@ -2866,7 +2863,7 @@ input[type="range"] {
|
|||||||
.button-icon.button:active, .button-icon.button.active {
|
.button-icon.button:active, .button-icon.button.active {
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: 0px 0px 10px white; }
|
text-shadow: 0px 0px 10px #fff; }
|
||||||
.button-icon .icon {
|
.button-icon .icon {
|
||||||
font-size: 32px; }
|
font-size: 32px; }
|
||||||
|
|
||||||
@ -3666,7 +3663,7 @@ a.button {
|
|||||||
.platform-ios7 .has-header {
|
.platform-ios7 .has-header {
|
||||||
top: 64px; }
|
top: 64px; }
|
||||||
|
|
||||||
/*
|
/*!
|
||||||
Ionicons, v1.3.5
|
Ionicons, v1.3.5
|
||||||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||||||
https://twitter.com/helloimben https://twitter.com/ionicframework
|
https://twitter.com/helloimben https://twitter.com/ionicframework
|
||||||
|
|||||||
4
dist/css/themes/ionic-ios7.css
vendored
4
dist/css/themes/ionic-ios7.css
vendored
@ -118,7 +118,7 @@
|
|||||||
right: 20px;
|
right: 20px;
|
||||||
transition: 0.2s ease;
|
transition: 0.2s ease;
|
||||||
transition-property: left, right;
|
transition-property: left, right;
|
||||||
transition-delay: 0s, 0.05s; }
|
transition-delay: 0s, .05s; }
|
||||||
|
|
||||||
.toggle :checked + .track {
|
.toggle :checked + .track {
|
||||||
/* When the toggle is "on" */
|
/* When the toggle is "on" */
|
||||||
@ -133,4 +133,4 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
-webkit-transform: none;
|
-webkit-transform: none;
|
||||||
transition-delay: 0.05s, 0s; }
|
transition-delay: .05s, 0s; }
|
||||||
|
|||||||
@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||||
small, strike, strong, sub, sup, tt, var,
|
small, strike, strong, sub, sup, tt, var,
|
||||||
b, u, center,
|
b, i, u, center,
|
||||||
dl, dt, dd, ol, ul, li,
|
dl, dt, dd, ol, ul, li,
|
||||||
fieldset, form, label, legend,
|
fieldset, form, label, legend,
|
||||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||||
|
|||||||
@ -93,9 +93,6 @@ dd {
|
|||||||
dt {
|
dt {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
dd {
|
|
||||||
margin-left: 0; // Undo browser default;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Blockquotes
|
// Blockquotes
|
||||||
@ -170,7 +167,7 @@ address {
|
|||||||
|
|
||||||
a.subdued {
|
a.subdued {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
color: $stable;
|
color: #888;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
<h1 class="title">Cards</h1>
|
<h1 class="title">Cards</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="content has-header">
|
<main class="content has-header overflow-scroll">
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="item item-text-wrap">
|
<div class="item item-text-wrap">
|
||||||
|
|||||||
Reference in New Issue
Block a user