diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css index f4a7894..1cfeae5 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -178,4 +178,19 @@ body { color: #fff; } -*/
\ No newline at end of file +*/ + + +/* codeq hints */ + +/* the highlighted part of the text, used in pop-up and drop-down hints */ +.editor-mark { + background-color: #e7c3c3; +} + +/* the pop-up window, it is already absolutely positioned and its and positioning properties controlled from CodeMirror */ +.editor-popup { + background: #245269; + color: #e7c3c3; + border: 1px solid black; +} |