mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com
This commit is contained in:
parent
2ffd0eac2c
commit
c4efc76e74
@ -15,15 +15,9 @@
|
||||
}
|
||||
|
||||
#placesList {
|
||||
-moz-appearance: none;
|
||||
width: 160px;
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#placesListContainer {
|
||||
-moz-appearance: listbox;
|
||||
margin: 6px 0px 7px 6px;
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#placeContent {
|
||||
@ -31,14 +25,17 @@
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#content {
|
||||
#contentView {
|
||||
margin: 6px 6px 7px 0px;
|
||||
-moz-appearance: listbox;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title, container) {
|
||||
treechildren::-moz-tree-image {
|
||||
padding-right: 2px;
|
||||
margin: 0px 2px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(title, container) {
|
||||
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user