Bug 22056 Show toolbars as text/icons/both

patch by neil@parkwaycc.co.uk r=timeless sr=bz
using xbl:inherits
This commit is contained in:
timeless%mac.com 2007-12-03 18:00:12 +00:00
Родитель 3b6b6a3057
Коммит 95a6214bc1
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -61,6 +61,16 @@
display: none;
}
.toolbarbutton-1[buttonstyle="pictures"],
.toolbarbutton-menubutton-button[buttonstyle="pictures"] {
min-width: 0px;
}
.toolbarbutton-text[buttonstyle="pictures"],
.toolbarbutton-icon[buttonstyle="text"] {
display: none;
}
/* ::::: standard toolbar buttons ::::: */
.button-toolbar {

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

@ -61,6 +61,16 @@
display: none;
}
.toolbarbutton-1[buttonstyle="pictures"],
.toolbarbutton-menubutton-button[buttonstyle="pictures"] {
min-width: 0px;
}
.toolbarbutton-text[buttonstyle="pictures"],
.toolbarbutton-icon[buttonstyle="text"] {
display: none;
}
/* ::::: standard toolbar buttons ::::: */
.button-toolbar {