comparison mercurial/templates/static/style-gitweb.css @ 35065:a1de4ffaa7a8

hgweb: show commit phase if it's not public In spartan theme phase is shown on its own table row, because there's no single line of "tags". Everywhere else phase is prepended to the list of "tags" of a changeset. Its element has a purple-ish color in gitweb and monoblue, and a dotted line under it and no color in paper and coal (as these themes are frugal with colors). This patch intentionally doesn't touch graph, because it needs a rewrite. I'll get to it pretty soon and in the process will add phase and everything that's still coming (e.g. obsolescence and instabilities). .. feature:: hgweb now displays phases of non-public changesets
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 16 Nov 2017 22:21:03 +0800
parents b445fc69b86c
children 69ea10d5b00c
comparison
equal deleted inserted replaced
35064:9acc0360ff67 35065:a1de4ffaa7a8
120 font-weight: normal; 120 font-weight: normal;
121 border: 1px solid; 121 border: 1px solid;
122 background-color: #ffaaff; 122 background-color: #ffaaff;
123 border-color: #ffccff #ff00ee #ff00ee #ffccff; 123 border-color: #ffccff #ff00ee #ff00ee #ffccff;
124 } 124 }
125 span.logtags span.phasetag {
126 background-color: #dfafff;
127 border-color: #e2b8ff #ce48ff #ce48ff #e2b8ff;
128 }
125 span.logtags span.tagtag { 129 span.logtags span.tagtag {
126 background-color: #ffffaa; 130 background-color: #ffffaa;
127 border-color: #ffffcc #ffee00 #ffee00 #ffffcc; 131 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
128 } 132 }
129 span.logtags span.branchtag { 133 span.logtags span.branchtag {