From e84a1b147684545133d71753114fe192d40cd279 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 15 Feb 2014 17:46:03 -0800 Subject: [PATCH] table cells pressed state --- dist/android-theme.css | 2 +- docs-assets/css/docs.css | 2 +- lib/sass/theme-android.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/android-theme.css b/dist/android-theme.css index cf525af..9281b77 100644 --- a/dist/android-theme.css +++ b/dist/android-theme.css @@ -288,7 +288,7 @@ a:active { background-image: none; } .table-view .table-view-cell > a:not(.btn):active { - background-color: #33b5e5; + background-color: #e0e0e0; } .table-view .table-view-cell > a:not(.btn):active .icon { color: #fff; diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 349517e..30e5947 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1455,7 +1455,7 @@ hr { background-image: none; } .platform-android .table-view .table-view-cell > a:not(.btn):active { - background-color: #33b5e5; + background-color: #e0e0e0; } .platform-android .table-view .table-view-cell > a:not(.btn):active .icon { color: #fff; diff --git a/lib/sass/theme-android.scss b/lib/sass/theme-android.scss index fb66ddb..8583baf 100644 --- a/lib/sass/theme-android.scss +++ b/lib/sass/theme-android.scss @@ -418,7 +418,7 @@ a { background-image: none; } > a:not(.btn):active { - background-color: $primary-color; + background-color: #e0e0e0; .icon { color: #fff;