From 2e3485c9d1f01327df9f192a74e572459e2f341c Mon Sep 17 00:00:00 2001 From: Jeremie Taboada Date: Fri, 5 Jun 2015 02:15:45 +0100 Subject: Continue UI integration. --- cao-mobile.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cao-mobile.css') 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 { -- cgit v1.2.3