Bug 562723 - pressing the new-tab button doesn't change the icon. r=gavin

--HG--
extra : rebase_source : c7aef7f8bc075cef8a13908160ee6cb8abd8ecb9
This commit is contained in:
Dão Gottwald 2010-04-29 21:28:32 +02:00
Родитель f2e02db786
Коммит 41c02e1d20
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1197,7 +1197,8 @@ richlistitem[type="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-i
width: 31px;
}
.tabs-newtab-button:hover:active {
.tabs-newtab-button:hover:active,
#TabsToolbar > #new-tab-button:hover:active {
-moz-image-region: rect(0, 32px, 18px, 16px);
}