- not built -

add some styles for the new source, stack, and script outliners


git-svn-id: svn://10.0.0.236/trunk@96961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com 2001-06-12 20:28:47 +00:00
parent c58b1e4eb8
commit 8a3815638e

View File

@ -38,4 +38,24 @@
#output-iframe {
margin: 5px 5px 0px 5px;
border: thin silver inset;
}
}
#source-outliner {
font-family: monospace;
}
outlinerbody:-moz-outliner-row(current-line) {
background: yellow;
}
outlinerbody:-moz-outliner-row(current, current-line) {
background: brown;
}
outlinerbody:-moz-outliner-image(breakpoint) {
list-style-image: url("chrome://venkman/skin/images/breakpoint-line.gif");
}
outlinerbody:-moz-outliner-image(current-frame-flag){
list-style-image: url("chrome://venkman/skin/images/current-frame.gif");
}