mirror of
https://github.com/Hopiu/annotate-esprima.git
synced 2026-03-17 00:10:23 +00:00
57 lines
958 B
CSS
Executable file
57 lines
958 B
CSS
Executable file
a:hover, a:active {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.top-bar a, .tabs a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
div.row.copyright {
|
|
margin-top: 44px;
|
|
padding-top: 11px;
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
.code {
|
|
border-left: 3px solid #ddd;
|
|
margin: 5px 3px 8px 15px;
|
|
padding: 0 0 0 8px;
|
|
}
|
|
|
|
.textviewContainer {
|
|
background-color: white;
|
|
}
|
|
|
|
.textviewContainer, .contentassist {
|
|
font-family: 'Droid Sans Mono', Menlo, Consolas, 'Courier New', Courier, monospace, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
.contentassist {
|
|
width: 400px;
|
|
}
|
|
|
|
pre#editor {
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
div#info {
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.textviewTooltip {
|
|
color: black;
|
|
background-color: #ffffcc;
|
|
border-color: #aaa;
|
|
}
|
|
|
|
.annotationRange.readOccurrence {
|
|
background-color: #ffffcc;
|
|
border: none;
|
|
}
|
|
|
|
.annotationRange.writeOccurrence {
|
|
background-color: #ffffcc;
|
|
border: 1px solid #ffcc99;
|
|
margin: -1px;
|
|
border-radius: 4px;
|
|
}
|