summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-06-15 18:25:48 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-06-15 18:25:48 (GMT)
commit25a65bed9e3548070b1af401db683bfb0cce9de0 (patch)
tree567da63962a903f646bb092a950026c75a8369d8 /src/htmlgen.cpp
parentd863498bbf7129c5d7f4984ca00adf378aac246d (diff)
downloadDoxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.zip
Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.tar.gz
Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.tar.bz2
Release-1.3.2
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 1471638..7e79ca8 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -48,20 +48,20 @@ static const char *defaultStyleSheet =
"}\n"
"CAPTION { font-weight: bold }\n"
"DIV.qindex { width: 100%;\n"
-" background-color: #ddddee;\n"
-" border: 4px solid #ddddee;\n"
+" background-color: #eeeeff;\n"
+" border: 4px solid #eeeeff;\n"
" text-align: center;\n"
" margin-bottom: 2px\n"
"}\n"
"A.qindex { text-decoration: none; font-weight: bold; }\n"
-"A.qindex:hover { text-decoration: none; background-color: #ccccee }\n"
+"A.qindex:hover { text-decoration: none; background-color: #ddddff }\n"
"A.qindexHL { text-decoration: none; font-weight: bold;\n"
" background-color: #6666cc;\n"
" color: #ffffff\n"
" }\n"
"A.qindexHL:hover { text-decoration: none; background-color: #6666cc }\n"
"A.qindexRef { text-decoration: none; font-weight: bold; }\n"
-"A.qindexRef:hover { text-decoration: none; background-color: #ccccee }\n"
+"A.qindexRef:hover { text-decoration: none; background-color: #ddddff }\n"
"A.qindexRefHL { text-decoration: none; font-weight: bold;\n"
" background-color: #6666cc;\n"
" color: #ffffff\n"