]> granicus.if.org Git - clang/commitdiff
Adjust CSS to make message bubble numbers less gaudy.
authorTed Kremenek <kremenek@apple.com>
Mon, 2 Mar 2009 23:39:27 +0000 (23:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 2 Mar 2009 23:39:27 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65903 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Rewrite/HTMLRewrite.cpp

index 96e455d1dec7b78d02bcbc79124e2a595ac0b354..795aab84bf37e6f43798301884983b8fe5a54b25 100644 (file)
@@ -321,10 +321,9 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID,
       " .mrange { background-color:#dfddf3 }\n"
       " .mrange { border-bottom:1px solid #6F9DBE }\n"
       " .PathIndex { font-weight: bold; padding:5px;margin-right:5px;top:5px}\n"
-      " .PathIndex { -webkit-box-shadow:1px 1px 7px #000 }\n"
-      " .PathIndex { -webkit-border-radius:5px }\n"
-      " .PathIndexEvent { background-color:#fffbd9 }\n"
-      " .PathIndexControl { background-color:#dddddd }\n"
+      " .PathIndex { -webkit-border-radius:8px }\n"
+      " .PathIndexEvent { background-color:#bfba87 }\n"
+      " .PathIndexControl { background-color:#8c8c8c }\n"
       " .CodeInsertionHint { font-weight: bold; background-color: #10dd10 }\n"
       " .CodeRemovalHint { background-color:#de1010 }\n"
       " .CodeRemovalHint { border-bottom:1px solid #6F9DBE }\n"