Add resizer to Thunderbird. b=194081 r=me

This commit is contained in:
noririty%jcom.home.ne.jp 2003-08-08 12:31:01 +00:00
Родитель dda5331153
Коммит 6d0202a46a
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -741,11 +741,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
display: none;
}
resizer[dir="bottomright"] {
-moz-appearance: resizer;
cursor: se-resize;
}
#sidebar-throbber[loading="true"] {
list-style-image: url(chrome://global/skin/icons/Loading.gif);
}

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

@ -138,6 +138,11 @@ statusbarpanel {
padding: 0px;
}
resizer[dir="bottomright"] {
-moz-appearance: resizer;
cursor: se-resize;
}
/* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */
sidebarheader {