Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: Mozilla Firefox (все вопросы)
Показать сообщение отдельно

Старожил


Сообщения: 341
Благодарности: 0

Профиль | Отправить PM | Цитировать


С переходом с сороковых на пятидесятые версии (55.0.2 на данный момент) перестал правильно работать userContent.css (в связке с browser.newtabpage.pinned"):
Скрытый текст
PHP код: Выделить весь код

@namespace url("http://www.w3.org/1999/xhtml");
 
@-
moz-document url("about:newtab") {
#newtab-grid {
    
overflowhidden !important;
    
max-heightnone !important;
    
max-widthnone !important;
    
heightauto !important;
    
widthauto !important;
    
padding!important;
    
margin!important;
    
bordernone !important;
    -
moz-box-flex!important;
}
  
#newtab-search-container {
    
margin20px 0 10px !important;
}
  
#newtab-margin-top {
    
displaynone !important;
}

#newtab-margin-bottom {
    
max-height20px !important;
    
height20px !important;
}

.
newtab-side-margin {
    
max-width20px !important;
    
width20px !important;
}
  
.
newtab-cell {
    
heightcalc(20% - 22px) !important;
    
widthcalc(20% - 20px) !important;
    
margin10px !important;
    
box-sizingborder-box !important;
}
  
.
newtab-thumbnail {
    
heightcalc(100% - 30px) !important;
}
    
#newtab-undo-button {
    
displayblock !important;
}



Из 18 панелей для сайтов, забитых в "browser.newtabpage.pinned" отображаются только 15 (5 столбцов, 3 строки).

Отправлено: 15:48, 06-12-2017 | #2541

Название темы: Mozilla Firefox (все вопросы)