summaryrefslogtreecommitdiff
path: root/cao-mobile.css
diff options
context:
space:
mode:
authorJeremie Taboada <taboada.jeremie@gmail.com>2015-06-05 02:15:45 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-08 17:01:47 +0100
commit2e3485c9d1f01327df9f192a74e572459e2f341c (patch)
tree7f0a5972c4b239420bc519b51be4101cbf2dfe84 /cao-mobile.css
parent8e7b372fc355349b1013ff00573fd8c746e75679 (diff)
Continue UI integration.
Diffstat (limited to 'cao-mobile.css')
-rw-r--r--cao-mobile.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/cao-mobile.css b/cao-mobile.css
index 717b7f3..f840dcd 100644
--- a/cao-mobile.css
+++ b/cao-mobile.css
@@ -78,17 +78,17 @@ button.card:not(.active) {
button.card:hover {
opacity: 1.0;
}
-div.card-list.read-only > button.card {
+button.card.read-only {
cursor: default;
}
-div.card-list.read-only > button.card:hover {
+button.card.read-only:hover {
opacity: 0.7;
}
-div.card-list.read-only > button.card:active {
+button.card.read-only:active {
transform: none;
box-shadow: 0 5px 0 #999;
}
-div.card-list.read-only > button.card.black:active {
+button.card.read-only.black:active {
box-shadow: 0 5px 0 #000;
}
.bottom {