Darken some Jenkins text.

Make console output and configuration screen labels black for
legibility.

Change-Id: Ife16869868a711a7f8bd50539a0dabebe2dd6a0b
This commit is contained in:
James E. Blair 2012-03-22 13:06:22 -07:00
parent 863f0c862a
commit 5ba4689f16

View File

@ -20,3 +20,5 @@ div[id*='title-dashboard_portlet'] {background-color: #EEEEEE !important; border
#viewList td.inactive:hover {background: none !important} #viewList td.inactive:hover {background: none !important}
#viewList td.active {border-top: 0; border-right: 0; border-left: 0; border-bottom: 3px solid #CF2F19; padding-bottom: 0px !important; color: #CF2F19; background: none;} #viewList td.active {border-top: 0; border-right: 0; border-left: 0; border-bottom: 3px solid #CF2F19; padding-bottom: 0px !important; color: #CF2F19; background: none;}
#viewList td.filler {border: 0} #viewList td.filler {border: 0}
pre {color: black}
label {color: black}