mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
Added border radius to button bar items. Fixes #48
This commit is contained in:
5
dist/css/ionic.css
vendored
5
dist/css/ionic.css
vendored
@@ -3258,8 +3258,11 @@ a.button {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
line-height: 15px; }
|
||||
.button-bar > .button:first-child {
|
||||
border-radius: 2px 0px 0px 2px; }
|
||||
.button-bar > .button:last-child {
|
||||
border-right-width: 1px; }
|
||||
border-right-width: 1px;
|
||||
border-radius: 0px 2px 2px 0px; }
|
||||
|
||||
.buttons {
|
||||
box-flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user