Bug 771284 - Use the child selector to get to button-icon and button-text. r=dao

DONTBUILD
This commit is contained in:
Chris Lee 2012-08-23 11:31:52 -07:00
Родитель cdb3f274d1
Коммит e278d57ee6
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1528,13 +1528,13 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
list-style-image: url("chrome://browser/skin/panel-expander-closed.png"); list-style-image: url("chrome://browser/skin/panel-expander-closed.png");
} }
#editBookmarkPanel .expander-up .button-icon, #editBookmarkPanel .expander-up > .button-box > .button-icon,
#editBookmarkPanel .expander-down .button-icon { #editBookmarkPanel .expander-down > .button-box > .button-icon {
margin: 1px 0 0; margin: 1px 0 0;
} }
#editBookmarkPanel .expander-up .button-text, #editBookmarkPanel .expander-up > .button-box > .button-text,
#editBookmarkPanel .expander-down .button-text { #editBookmarkPanel .expander-down > .button-box > .button-text {
display: none; display: none;
} }