Style toolbar, tables
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9b1cfa41 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9b1cfa41 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9b1cfa41 Branch: refs/heads/object_store_migration Commit: 9b1cfa41eb0287670a7ee191c5a4e99bd9cbb110 Parents: ee1c83e Author: Brian Federle <[email protected]> Authored: Mon Oct 28 13:56:12 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Oct 28 13:56:12 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9b1cfa41/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 8b7c339..2861e11 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;*/
