diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 8b7c3397f99..2861e112e0c 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -115,7 +115,7 @@ table thead { table thead th { border: 1px solid #C6C3C3; - color: #566677; + color: #525252; border-top: none; border-bottom: 1px solid #CFC9C9; text-align: left; @@ -124,7 +124,7 @@ table thead th { -webkit-text-shadow: 0px 1px 1px #FFFFFF; -o-text-shadow: 0px 1px 1px #FFFFFF; text-shadow: 0px 1px 1px #FFFFFF; - font-weight: normal; + font-weight: bold; } table thead th.sorted { @@ -148,7 +148,7 @@ table tbody td, table th { padding: 10px 5px 8px; border-right: 1px solid #BFBFBF; - color: #495A76; + color: #282828; clear: none; min-width: 88px; font-size: 11px; @@ -196,7 +196,7 @@ table thead th.quick-view { max-width: 58px !important; width: 58px !important; height: 14px !important; - text-indent: 7px; + text-indent: 2px; } table tbody td.quick-view { @@ -2864,9 +2864,9 @@ div.toolbar div.button.main-action, left: 0px; top: 5px; background: url(../images/gradients.png) 0px -98px; - font-size: 11px; - font-weight: bold; - color: #4A5A6D; + font-size: 12px; + font-weight: 100; + color: #000000; margin: 0 14px 0 0; cursor: pointer; /*+text-shadow:0px 1px 1px #DEE5EA;*/