From beee01e9ec6c650a7ebf17489f97896f6d3d119f Mon Sep 17 00:00:00 2001 From: Donna Malayeri Date: Mon, 12 Apr 2010 20:53:02 +0000 Subject: Changed the colors for types, value members, an... Changed the colors for types, value members, and tooltips. Feel free to revert. Review by dubochet. --- .../scala/tools/nsc/doc/html/resource/lib/index.css | 2 +- .../scala/tools/nsc/doc/html/resource/lib/template.css | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css index 63a2ffaa71..a6232e38e6 100644 --- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css +++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css @@ -129,7 +129,7 @@ h1 { #tpl .packages > li > h3 { display: block; - background-color: #142556; + background-color: #004572; color: white; padding: 1px 4px 1px 4px; font-weight: bold; diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css index a210bcbaa5..c27f1abe2a 100644 --- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css +++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css @@ -69,11 +69,11 @@ a:hover { } .value #definition { - background-color: #142556; + background-color: #004572; } .type #definition { - background-color: #561414; + background-color: #5D2424; } #comment { @@ -83,7 +83,7 @@ a:hover { #values > h3 { color: white; padding: 4px; - background-color: #142556; + background-color: #004572; font-size: 12pt; font-weight: bold; } @@ -93,7 +93,7 @@ a:hover { color: white; font-weight: bold; font-size: 12pt; - background-color: #561414; + background-color: #5D2424; } #constructors > h3 { @@ -101,7 +101,7 @@ a:hover { color: white; font-weight: bold; font-size: 12pt; - background-color: #000000; + background-color: #333; } /* Member cells */ @@ -118,9 +118,9 @@ div.members > ol > li { /* Member signatures */ #tooltip { - background: #142556; - border: 2px solid white; - color: white; + background: #FFE4B4; + border: 1px solid gray; + color: black; display: none; padding: 5px; position: absolute; @@ -181,7 +181,7 @@ div.members > ol > li { } #types .signature .name { - color: red; + color: #8E003C; } /* Comments text formating */ -- cgit v1.2.3