From 129b481cdd303615c6c6178b09d727e082072a0f Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 20 Nov 2013 08:43:25 -0600 Subject: [PATCH] a.subdued css --- dist/css/ionic.css | 17 +++++++---------- dist/css/themes/ionic-ios7.css | 4 ++-- scss/_reset.scss | 2 +- scss/_type.scss | 7 ++----- test/cards.html | 2 +- 5 files changed, 13 insertions(+), 19 deletions(-) diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 7bfec377e9..36a2f41b3a 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, -b, u, center, +b, i, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, @@ -196,7 +196,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. @@ -600,9 +600,6 @@ dd { dt { font-weight: bold; } -dd { - margin-left: 0; } - blockquote { margin: 0 0 20px; padding: 10px 20px; @@ -645,7 +642,7 @@ address { a.subdued‎ { padding-right: 10px; - color: #f8f8f8; + color: #888; text-decoration: none; } a.subdued‎:hover { text-decoration: none; } @@ -2343,7 +2340,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 { @@ -2358,7 +2355,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); } @@ -2866,7 +2863,7 @@ input[type="range"] { .button-icon.button:active, .button-icon.button.active { background: none; box-shadow: none; - text-shadow: 0px 0px 10px white; } + text-shadow: 0px 0px 10px #fff; } .button-icon .icon { font-size: 32px; } @@ -3666,7 +3663,7 @@ a.button { .platform-ios7 .has-header { top: 64px; } -/* +/*! Ionicons, v1.3.5 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/helloimben https://twitter.com/ionicframework diff --git a/dist/css/themes/ionic-ios7.css b/dist/css/themes/ionic-ios7.css index 0ec534a5d6..680f21850c 100644 --- a/dist/css/themes/ionic-ios7.css +++ b/dist/css/themes/ionic-ios7.css @@ -118,7 +118,7 @@ right: 20px; transition: 0.2s ease; transition-property: left, right; - transition-delay: 0s, 0.05s; } + transition-delay: 0s, .05s; } .toggle :checked + .track { /* When the toggle is "on" */ @@ -133,4 +133,4 @@ right: 0; left: 20px; -webkit-transform: none; - transition-delay: 0.05s, 0s; } + transition-delay: .05s, 0s; } diff --git a/scss/_reset.scss b/scss/_reset.scss index d1ac177e29..1ff4d2b30d 100755 --- a/scss/_reset.scss +++ b/scss/_reset.scss @@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, -b, u, center, +b, i, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, diff --git a/scss/_type.scss b/scss/_type.scss index a09d4a2b03..3f9f57c6e4 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -93,9 +93,6 @@ dd { dt { font-weight: bold; } -dd { - margin-left: 0; // Undo browser default; -} // Blockquotes @@ -169,8 +166,8 @@ address { // ------------------------- a.subdued‎ { - padding-right:10px; - color: $stable; + padding-right: 10px; + color: #888; text-decoration: none; &:hover { diff --git a/test/cards.html b/test/cards.html index 7336e842c9..beb7bccc98 100644 --- a/test/cards.html +++ b/test/cards.html @@ -15,7 +15,7 @@

Cards

-
+