зеркало из https://github.com/mozilla/gecko-dev.git
Bug 771284 - Use the child selector to get to button-icon and button-text. r=dao
DONTBUILD
This commit is contained in:
Родитель
cdb3f274d1
Коммит
e278d57ee6
|
@ -1528,13 +1528,13 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
|
|||
list-style-image: url("chrome://browser/skin/panel-expander-closed.png");
|
||||
}
|
||||
|
||||
#editBookmarkPanel .expander-up .button-icon,
|
||||
#editBookmarkPanel .expander-down .button-icon {
|
||||
#editBookmarkPanel .expander-up > .button-box > .button-icon,
|
||||
#editBookmarkPanel .expander-down > .button-box > .button-icon {
|
||||
margin: 1px 0 0;
|
||||
}
|
||||
|
||||
#editBookmarkPanel .expander-up .button-text,
|
||||
#editBookmarkPanel .expander-down .button-text {
|
||||
#editBookmarkPanel .expander-up > .button-box > .button-text,
|
||||
#editBookmarkPanel .expander-down > .button-box > .button-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче