diff mercurial/templates/static/style-gitweb.css @ 13863:b602ac02f1ba stable

hgweb: add bookmark labels to gitweb theme (based on 270f57d35525)
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 23:44:28 +0900
parents 0c2c969e032b
children 1ae119269ddc
line wrap: on
line diff
--- a/mercurial/templates/static/style-gitweb.css	Sun Apr 03 23:42:05 2011 +0900
+++ b/mercurial/templates/static/style-gitweb.css	Sun Apr 03 23:44:28 2011 +0900
@@ -80,6 +80,10 @@
 	background-color: #d5dde6;
 	border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
 }
+span.logtags span.bookmarktag {
+	background-color: #afdffa;
+	border-color: #ccecff #46ace6 #46ace6 #ccecff;
+}
 
 /* Graph */
 div#wrapper {