From bf5ebfdc1b35efcaa8dd20d1ba9416f9de0ff52c Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 3 Mar 2008 20:38:21 +0000 Subject: [PATCH] Add stylesheet. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/buildbot/config/buildbot.css | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 build/buildbot/config/buildbot.css diff --git a/build/buildbot/config/buildbot.css b/build/buildbot/config/buildbot.css new file mode 100644 index 0000000000..84e89ba511 --- /dev/null +++ b/build/buildbot/config/buildbot.css @@ -0,0 +1,45 @@ +a:visited { + color: #800080; +} + +td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder { + border-top: 1px solid; + border-right: 1px solid; +} + +td { + border-top: 1px solid; + border-right: 1px solid; + border-color: silver; +} + +/* Activity states */ +.offline { + background-color: red; +} +.idle { + background-color: white; +} +.waiting { + background-color: yellow; +} +.building { + background-color: yellow; +} + +/* LastBuild, BuildStep states */ +.success { + background-color: #72ff75; +} +.failure { + background-color: red; +} +.warnings { + background-color: #ff8000; +} +.exception { + background-color: #c000c0; +} +.start,.running { + background-color: yellow; +} -- 2.45.2