зеркало из https://github.com/mozilla/gecko-dev.git
Bug 583616 - Constrain favicons on the bookmarks toolbar to 16 pixels in height. r=dao, a=blocking2.0:betaN
--HG-- extra : rebase_source : 5c6668b15876b37639ee8fc194c1eb107e29a9c1
This commit is contained in:
Родитель
cc803c4d41
Коммит
27fd6c3e33
|
@ -167,7 +167,7 @@ toolbarbutton.bookmark-item {
|
|||
color: #222;
|
||||
border: 0;
|
||||
border-radius: 10000px;
|
||||
padding: 0 8px;
|
||||
padding: 1px 8px;
|
||||
margin: 0 0 1px;
|
||||
}
|
||||
|
||||
|
@ -214,6 +214,8 @@ toolbarbutton.bookmark-item > menupopup {
|
|||
.bookmark-item > .toolbarbutton-icon {
|
||||
width: 16px;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bookmark-item > .toolbarbutton-icon[label]:not([label=""]),
|
||||
|
|
Загрузка…
Ссылка в новой задаче