summaryrefslogtreecommitdiff
path: root/cao-mobile.css
diff options
context:
space:
mode:
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 {