fix star
authorJan Szejko <j-sz@o2.pl>
Wed, 17 Feb 2016 14:00:52 +0000 (15:00 +0100)
committerJan Szejko <j-sz@o2.pl>
Wed, 17 Feb 2016 14:00:52 +0000 (15:00 +0100)
src/wolnelektury/static/scss/main/book_box.scss

index 55eba24..e8a83f7 100755 (executable)
     @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;