Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-02-16 05:46:03 +0400
committerconnors <connor.sears@github.com>2014-02-16 05:46:03 +0400
commite84a1b147684545133d71753114fe192d40cd279 (patch)
tree831a427970067747f4ff1622e05b1442e3369ca7
parentd4bc4cb990798eed062a5b0dd7eaae5142d438e8 (diff)
table cells pressed state
-rw-r--r--dist/android-theme.css2
-rw-r--r--docs-assets/css/docs.css2
-rw-r--r--lib/sass/theme-android.scss2
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;