mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5194a945ed
r=roc
12 lines
305 B
CSS
12 lines
305 B
CSS
/* This external stylesheet is needed to be able to use a cached image
|
|
(solidblue.png) through a relative path */
|
|
tree {
|
|
height: 100px; -moz-appearance: none; border: none;
|
|
}
|
|
treecol, treecolpicker {
|
|
visibility: hidden;
|
|
}
|
|
treechildren::-moz-tree-image {
|
|
list-style-image: url('solidblue.png');
|
|
}
|