From 5e9320faa14f7bd63fdec4aee98cf89d20ace69d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 29 Oct 2013 15:43:08 -0700 Subject: [PATCH] Detail view: Adjust tab colors --- ui/css/cloudstack3.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5d782b826eb..7185c8579aa 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1604,13 +1604,14 @@ div.list-view td.state.off span { } .ui-tabs ul li.ui-state-default a { - padding-bottom: 12px; - border: 1px solid #E2DDDD; + padding-bottom: 10px; + border: 1px solid #D9D9D9; /*+border-radius:4px 4px 0 0;*/ -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -khtml-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; + background: #F0F0F0; } .project-view .ui-tabs ul li.ui-state-default a { @@ -1696,7 +1697,7 @@ div.list-view td.state.off span { } .ui-tabs div.ui-tabs-panel { - border: 1px solid #E2DDDD; + border: 1px solid #D9D9D9; clear: both; height: 78%; width: 97%;