From 200042800f192bc74e37b1357114072dbe867792 Mon Sep 17 00:00:00 2001 From: phamt Date: Mon, 26 Jul 2010 19:44:43 +0000 Subject: [PATCH] Changed the link text color on the nodes page action bar. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6865 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index d492b18b2..4aeeaee79 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -251,6 +251,10 @@ span.ui-icon-info { padding: 0px 10px; } +.actionBar a { + color: #424242; +} + /****************** Status bar ******************/ .statusBar { border: solid 1px #F5D0A9;