- 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:
parent
c58b1e4eb8
commit
8a3815638e
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user