mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
button updates
This commit is contained in:
2006
dist/css/ionic-ios7.css
vendored
2006
dist/css/ionic-ios7.css
vendored
File diff suppressed because it is too large
Load Diff
25
dist/css/ionic-scoped.css
vendored
25
dist/css/ionic-scoped.css
vendored
@ -2187,18 +2187,17 @@
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 8px 12px;
|
||||
border-width: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-radius: 2px;
|
||||
color: #222222;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
cursor: pointer; }
|
||||
.ionic .button.button-icon {
|
||||
padding: 4px 5px;
|
||||
width: auto;
|
||||
border: none;
|
||||
background: none; }
|
||||
.ionic .button.button-clear {
|
||||
@ -2398,14 +2397,20 @@
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px white; }
|
||||
.ionic .button.block {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
.ionic .button-full,
|
||||
.ionic .button-full > .button {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-radius: 0; }
|
||||
.ionic button.block {
|
||||
width: 100%; }
|
||||
.ionic a.button {
|
||||
text-decoration: none; }
|
||||
.ionic .margin.button,
|
||||
.ionic .margin .button,
|
||||
.ionic .padding .button {
|
||||
border-right-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-radius: 2px; }
|
||||
.ionic .button-bar {
|
||||
box-flex: 1;
|
||||
-webkit-box-flex: 1;
|
||||
|
||||
28
dist/css/ionic.css
vendored
28
dist/css/ionic.css
vendored
@ -2666,18 +2666,17 @@ input[type="checkbox"][readonly] {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 8px 12px;
|
||||
border-width: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-radius: 2px;
|
||||
color: #222222;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
cursor: pointer; }
|
||||
.button.button-icon {
|
||||
padding: 4px 5px;
|
||||
width: auto;
|
||||
border: none;
|
||||
background: none; }
|
||||
.button.button-clear {
|
||||
@ -2877,17 +2876,24 @@ input[type="checkbox"][readonly] {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px white; }
|
||||
.button.block {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.button-full,
|
||||
.button-full > .button {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-radius: 0; }
|
||||
|
||||
button.block {
|
||||
width: 100%; }
|
||||
|
||||
a.button {
|
||||
text-decoration: none; }
|
||||
|
||||
.margin.button,
|
||||
.margin .button,
|
||||
.padding .button {
|
||||
border-right-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-radius: 2px; }
|
||||
|
||||
.button-bar {
|
||||
box-flex: 1;
|
||||
-webkit-box-flex: 1;
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
"../ionic/card",
|
||||
|
||||
// Animations
|
||||
"../ionic/animations";
|
||||
"../ionic/animations",
|
||||
|
||||
// Util
|
||||
"../ionic/util";
|
||||
|
||||
Reference in New Issue
Block a user