зеркало из https://github.com/mozilla/pjs.git
Bug 345178 Remove tooltip width limit for tab-preview tooltips and improve preview behavior for small images
r+sr=neil
This commit is contained in:
Родитель
785b6870dc
Коммит
949f8914d4
|
@ -65,3 +65,7 @@ tab[busy] {
|
|||
position: relative;
|
||||
list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif');
|
||||
}
|
||||
|
||||
tooltip[tabpreview="true"] {
|
||||
max-width: none;
|
||||
}
|
||||
|
|
|
@ -65,3 +65,7 @@ tab[busy] {
|
|||
position: relative;
|
||||
list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif');
|
||||
}
|
||||
|
||||
tooltip[tabpreview="true"] {
|
||||
max-width: none;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче