From 58166d9bf525d0f952ea8cd66c994b99de3ffe61 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 17 Feb 2016 15:00:52 +0100 Subject: [PATCH] fix star --- src/wolnelektury/static/scss/main/book_box.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index 55eba24d4..e8a83f731 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -443,10 +443,14 @@ @include size(margin-right, 11.25px); position: absolute; right: 0; + z-index: 10; - button::-moz-focus-inner { - padding: 0; - border: 0 + button { + cursor: pointer; + &::-moz-focus-inner { + padding: 0; + border: 0; + } } .if-unlike button { font-size: 1em; -- 2.20.1