Fix bug 795225 - address comment

This commit is contained in:
Jonas 2013-03-18 23:53:45 +01:00
parent 772c7894fb
commit 83c09f27cc

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);
}