зеркало из https://github.com/mozilla/pjs.git
Bug Bug 268099. Override XUL min-size for filepicker buttons. r+sr=bzbarsky
This commit is contained in:
Родитель
1f7c878349
Коммит
68ab2f033a
|
@ -70,15 +70,21 @@ treechildren::-moz-tree-image(FilenameColumn, file) {
|
|||
|
||||
.up-button {
|
||||
list-style-image: url("chrome://global/skin/filepicker/folder-up.gif");
|
||||
min-width: 0%; // don't let XUL layout min-size override our max-width setting
|
||||
min-height: 0%;
|
||||
max-width: 36px;
|
||||
}
|
||||
|
||||
.home-button {
|
||||
list-style-image: url("chrome://global/skin/filepicker/folder-home.gif");
|
||||
min-width: 0%; // don't let XUL layout min-size override our max-width setting
|
||||
min-height: 0%;
|
||||
max-width: 36px;
|
||||
}
|
||||
|
||||
.new-dir-button {
|
||||
list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
|
||||
min-width: 0%; // don't let XUL layout min-size override our max-width setting
|
||||
min-height: 0%;
|
||||
max-width: 36px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче