From e32b09185f68cf3c25071e3ab3a164c890281950 2012-08-24 22:07:42 From: Bussonnier Matthias Date: 2012-08-24 22:07:42 Subject: [PATCH] Merge pull request #2331 from Carreau/qtc-css-doc update css for qtconsole in doc (fixes #2330) --- diff --git a/docs/source/interactive/qtconsole.txt b/docs/source/interactive/qtconsole.txt index 3ec46f8..979730b 100644 --- a/docs/source/interactive/qtconsole.txt +++ b/docs/source/interactive/qtconsole.txt @@ -259,6 +259,8 @@ stylesheet: .in-prompt-number { font-weight: bold; } .out-prompt { color: darkred; } .out-prompt-number { font-weight: bold; } + /* .inverted is used to highlight selected completion */ + .inverted { background-color: black ; color: white; } Fonts =====