From 2da3583ddd1aad32701b58e8ec4d0c9d880f010b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 23 Oct 2014 17:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=AA=97=E5=8F=A3=E7=9D=80?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/wide.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/css/wide.css b/static/css/wide.css index 61761bd..fe4f028 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -274,6 +274,18 @@ width: 100%; } +.bottom-window-group .output .start-build, .start-install, .start-get { + color: #999; +} + +.bottom-window-group .output .build-succ, .install-succ, .get-succ { + color: rgb(0,153,0); +} + +.bottom-window-group .output .build-failed, .install-failed, .get-failed { + color: red; +} + .bottom-window-group td { border-bottom: 1px solid #DDD; line-height: 20px;