diff options
author | Jeremie Taboada <taboada.jeremie@gmail.com> | 2015-06-05 02:43:37 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 17:01:47 +0100 |
commit | bdf81335e9ef693367ddbd25f40d327a565d69d6 (patch) | |
tree | 84b59201287ab890d2373d85d5fc54c6c71b24c5 /cao-mobile.css | |
parent | 2e3485c9d1f01327df9f192a74e572459e2f341c (diff) |
Continue implementation.
Diffstat (limited to 'cao-mobile.css')
-rw-r--r-- | cao-mobile.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cao-mobile.css b/cao-mobile.css index f840dcd..717b7f3 100644 --- a/cao-mobile.css +++ b/cao-mobile.css @@ -78,17 +78,17 @@ button.card:not(.active) { button.card:hover { opacity: 1.0; } -button.card.read-only { +div.card-list.read-only > button.card { cursor: default; } -button.card.read-only:hover { +div.card-list.read-only > button.card:hover { opacity: 0.7; } -button.card.read-only:active { +div.card-list.read-only > button.card:active { transform: none; box-shadow: 0 5px 0 #999; } -button.card.read-only.black:active { +div.card-list.read-only > button.card.black:active { box-shadow: 0 5px 0 #000; } .bottom { |