Browse Source

table-views in cards ios

pull/253/head
connors 11 years ago
parent
commit
a6184d0c13
  1. 4
      dist/ios-theme.css
  2. 3
      docs-assets/css/docs.css
  3. 3
      lib/sass/theme-ios.scss

4
dist/ios-theme.css vendored

@ -182,6 +182,10 @@ p {
background-color: transparent;
}
.card .table-view {
background-image: none;
}
.card .table-view-cell:last-child {
background-image: none;
}

3
docs-assets/css/docs.css

@ -949,6 +949,9 @@ hr {
color: #dd524d;
background-color: transparent;
}
.platform-ios .card .table-view {
background-image: none;
}
.platform-ios .card .table-view-cell:last-child {
background-image: none;
}

3
lib/sass/theme-ios.scss

@ -279,6 +279,9 @@ p {
// --------------------------------------------------
// Cards with table-views
.card .table-view {
background-image: none;
}
.card .table-view-cell:last-child {
background-image: none;
}

Loading…
Cancel
Save