зеркало из https://github.com/mozilla/gecko-dev.git
Add resizer to Thunderbird. b=194081 r=me
This commit is contained in:
Родитель
dda5331153
Коммит
6d0202a46a
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче