Merge pull request #2961 from Snuffleupagus/fix-viewBookmark

Stop the viewBookmark button from displaying nonsensical link during document load
This commit is contained in:
Yury Delendik 2013-03-18 16:40:23 -07:00
commit 29743f8f9b

View File

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