diff --git a/dist/css/ionic.css b/dist/css/ionic.css index db34bd15c6..31ccead752 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -2013,7 +2013,7 @@ sub { fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; - border: 1px solid #c0c0c0; } + border: 1px solid silver; } /** * 1. Correct `color` not being inherited in IE 8/9. @@ -2359,13 +2359,13 @@ address { font-style: normal; line-height: 1.42857; } -a.subduedΓÇÄ { +a.subdued‎ { padding-right: 10px; color: #555555; text-decoration: none; } - a.subduedΓÇÄ:hover { + a.subdued‎:hover { text-decoration: none; } - a.subduedΓÇÄ:last-child { + a.subdued‎:last-child { padding-right: 0; } .action-sheet { @@ -3667,7 +3667,7 @@ input[type="file"] { line-height: 34px; } select { - border: 1px solid #ccc; + border: 1px solid #cccccc; background-color: white; } select[multiple], @@ -3722,7 +3722,7 @@ input[type="checkbox"][readonly] { border-radius: 50%; background: white; content: ' '; - transition: background-color .1s ease-in-out; } + transition: background-color 0.1s ease-in-out; } /* the checkmark within the box */ .checkbox input:after { @@ -3737,7 +3737,7 @@ input[type="checkbox"][readonly] { border-right: 0; content: ' '; opacity: 0; - transition: opacity .05s ease-in-out; + transition: opacity 0.05s ease-in-out; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } @@ -3949,7 +3949,7 @@ input[type="range"] { .button-clear { -webkit-transition: opacity 0.1s; transition: opacity 0.1s; - padding: 6px; + padding: 0 6px; max-height: 42px; border: none; background: none; @@ -4153,7 +4153,7 @@ input[type="range"] { .button-icon:active, .button-icon.active { background: none; box-shadow: none; - text-shadow: 0px 0px 10px #fff; } + text-shadow: 0px 0px 10px white; } .padding > .button.block:first-child { margin-top: 0; } @@ -4767,9 +4767,9 @@ a.button { line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - -webkit-animation: spin .75s linear infinite; - -moz-animation: spin .75s linear infinite; - animation: spin .75s linear infinite; } + -webkit-animation: spin 0.75s linear infinite; + -moz-animation: spin 0.75s linear infinite; + animation: spin 0.75s linear infinite; } .ion-loading:before { content: "\e144"; } @@ -4782,9 +4782,9 @@ a.button { line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - -webkit-animation: spin .75s linear infinite; - -moz-animation: spin .75s linear infinite; - animation: spin .75s linear infinite; } + -webkit-animation: spin 0.75s linear infinite; + -moz-animation: spin 0.75s linear infinite; + animation: spin 0.75s linear infinite; } .ion-refreshing:before { content: "\e144"; } diff --git a/scss/ionic/_button.scss b/scss/ionic/_button.scss index f1fafe2518..9de25f52ce 100644 --- a/scss/ionic/_button.scss +++ b/scss/ionic/_button.scss @@ -79,7 +79,7 @@ .button-clear { @include transition(opacity .1s); - padding: $button-clear-padding; + padding: 0 $button-clear-padding; max-height: $button-height; border: none; background: none;