From 5cd55abcd7382c1e04b4d45dc86282e3ff774c30 Mon Sep 17 00:00:00 2001 From: connors Date: Mon, 16 Sep 2013 22:08:18 -0700 Subject: [PATCH] Minor updates to themes --- dist/theme-classic.css | 2 +- examples/app-classic/checkout.html | 23 ----------------------- examples/app-classic/choose-movie.html | 23 ----------------------- examples/app-classic/choose-theater.html | 23 ----------------------- examples/app-classic/index.html | 23 ----------------------- examples/app-classic/settings.html | 23 ----------------------- examples/app-classic/theaters.html | 23 ----------------------- lib/sass/theme-classic.scss | 2 +- 8 files changed, 2 insertions(+), 140 deletions(-) diff --git a/dist/theme-classic.css b/dist/theme-classic.css index fa72cc7..cf15a6f 100644 --- a/dist/theme-classic.css +++ b/dist/theme-classic.css @@ -12,7 +12,7 @@ background-color: rgba(30, 176, 233, 0.98); } [class*="bar-"].bar-standard, [class*="bar-"].bar-footer-secondary { - background-color: rgba(238, 238, 238, 0.98); + background-color: rgba(245, 245, 245, 0.98); } .title { diff --git a/examples/app-classic/checkout.html b/examples/app-classic/checkout.html index 0026acb..d56764a 100644 --- a/examples/app-classic/checkout.html +++ b/examples/app-classic/checkout.html @@ -31,29 +31,6 @@ - -
diff --git a/examples/app-classic/choose-movie.html b/examples/app-classic/choose-movie.html index 1f4fc7a..4a275f2 100644 --- a/examples/app-classic/choose-movie.html +++ b/examples/app-classic/choose-movie.html @@ -31,29 +31,6 @@
- -
    diff --git a/examples/app-classic/choose-theater.html b/examples/app-classic/choose-theater.html index 0802ac4..4f04458 100644 --- a/examples/app-classic/choose-theater.html +++ b/examples/app-classic/choose-theater.html @@ -32,29 +32,6 @@ - -
      diff --git a/examples/app-classic/index.html b/examples/app-classic/index.html index 0f2f51c..c3cb36a 100644 --- a/examples/app-classic/index.html +++ b/examples/app-classic/index.html @@ -28,29 +28,6 @@ - -
      diff --git a/examples/app-classic/settings.html b/examples/app-classic/settings.html index 78aad0d..6893aed 100644 --- a/examples/app-classic/settings.html +++ b/examples/app-classic/settings.html @@ -24,29 +24,6 @@

      Settings

      - -
      diff --git a/examples/app-classic/theaters.html b/examples/app-classic/theaters.html index cae82c4..7b02d4c 100644 --- a/examples/app-classic/theaters.html +++ b/examples/app-classic/theaters.html @@ -27,29 +27,6 @@
      - -
        diff --git a/lib/sass/theme-classic.scss b/lib/sass/theme-classic.scss index 051eb59..c373831 100644 --- a/lib/sass/theme-classic.scss +++ b/lib/sass/theme-classic.scss @@ -22,7 +22,7 @@ $negative-color: #e71e1e; &.bar-standard, &.bar-footer-secondary { - background-color: rgba(238,238,238,.98); + background-color: rgba(245,245,245,.98); } } .title {