comparison bitten/htdocs/bitten.css @ 557:b4d3d9cbf200

Alter the appearance of the ''Build Status'' button, to show the current build status [eblot] - fixes #373 This is off by default and can be enabled with the `bitten.quick_status` option in `trac.ini`
author dfraser
date Mon, 11 May 2009 09:26:10 +0000
parents a7c795920c4a
children 1a4541c87021
comparison
equal deleted inserted replaced
556:12747ea5e6a5 557:b4d3d9cbf200
179 background: #fff; padding: .1em .3em; 179 background: #fff; padding: .1em .3em;
180 } 180 }
181 #content.build table.listing :link, #content.build table.listing :visited { 181 #content.build table.listing :link, #content.build table.listing :visited {
182 border: none; 182 border: none;
183 } 183 }
184 #mainnav .bitteninprogress, #mainnav .bitteninprogress :hover {
185 border-right: 4px solid #edd400 !important;
186 }
187 #mainnav .bittencompleted, #mainnav .bittencompleted :hover {
188 border-right: 4px solid #0b0 !important;
189 }
190 #mainnav .bittenfailed, #mainnav .bittenfailed :hover {
191 border-right: 4px hidden !important;
192 background-color: #d99;
193 }
194 #mainnav .bittenpending, #mainnav .bittenpending :hover {
195 border-right: 4px hidden !important;
196 }
Copyright (C) 2012-2017 Edgewall Software