Browse Source

Merge pull request #2961 from Snuffleupagus/fix-viewBookmark

Stop the viewBookmark button from displaying nonsensical link during document load
Yury Delendik 12 years ago
parent
commit
29743f8f9b
  1. 5
      web/viewer.css

5
web/viewer.css

@ -826,6 +826,11 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
padding-top: 4px; padding-top: 4px;
} }
#viewBookmark[href='#'] {
opacity: .5;
pointer-events: none;
}
.toolbarButton.bookmark::before { .toolbarButton.bookmark::before {
content: url(images/toolbarButton-bookmark.png); content: url(images/toolbarButton-bookmark.png);
} }

Loading…
Cancel
Save