summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHeikkinen Miikka <miheikki@IT-D-CCGNX4J.(none)>2013-02-11 15:38:26 +0200
committerHeikkinen Miikka <miheikki@IT-D-CCGNX4J.(none)>2013-02-11 15:38:26 +0200
commitdd657ad6287ac0d6e13977e32ca780da933262d3 (patch)
tree7c83807d297f0ee6c326cb8b42f56ed638801f2f /doc
parent76f8cee69586072cf84ecb607e6d14c5d3498ef6 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/style/offline.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style/offline.css b/doc/style/offline.css
index 484fe88f..3b9a3a06 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;
}