From dd657ad6287ac0d6e13977e32ca780da933262d3 2013-02-11 13:38:26 From: Heikkinen Miikka Date: 2013-02-11 13:38:26 Subject: [PATCH] Set reasonable background color for docs toolbar Default background color was white, which caused white on white text in linux assistant, which is for some reason unable to render the background picture for the toolbar. The real bug is probably in assistant, but at least with this workaround docs are usable. Task-number: QTRD-1480 --- diff --git a/doc/style/offline.css b/doc/style/offline.css index 484fe88..3b9a3a0 100644 --- a/doc/style/offline.css +++ b/doc/style/offline.css @@ -283,7 +283,7 @@ margin: 0; /*background-color: #393735;*/ font-weight: bold; - background: #ffffff url(../images/bg.png) repeat-x; + background: #7FBA2E url(../images/bg.png) repeat-x; height: 20px; border-bottom: 1px solid #d1d1d1; }