Bug 624639 - Arrows in Bookmarks panel shouldn't change direction until mouse release. r=dao, a=beltzner.

This commit is contained in:
stefanh@inbox.com 2011-02-16 18:26:36 +01:00
Родитель 9841c8b449
Коммит 5b7f56fdea
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -1327,13 +1327,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
@hudButtonPressed@
}
#editBookmarkPanel .expander-up,
#editBookmarkPanel .expander-down:hover:active {
#editBookmarkPanel .expander-up {
list-style-image: url("chrome://browser/skin/hud-style-expander-open.png");
}
#editBookmarkPanel .expander-down,
#editBookmarkPanel .expander-up:hover:active {
#editBookmarkPanel .expander-down {
list-style-image: url("chrome://browser/skin/hud-style-expander-closed.png");
}