Project switcher: Remove hover state and custom styling -- breaks IE
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cb11b0ad Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cb11b0ad Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cb11b0ad Branch: refs/heads/rbac Commit: cb11b0ad830aa4c9e68cbab542c01d58f95bc4e5 Parents: 896f68b Author: Brian Federle <brian.fede...@citrix.com> Authored: Tue Oct 29 11:30:26 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Tue Oct 29 11:30:26 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 54 ++++++++++++--------------------------------- 1 file changed, 14 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cb11b0ad/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 16333e9..b853e6c 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9053,54 +9053,28 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t } .project-switcher label { - position: absolute; top: 29px; color: #FFFFFF; font-size: 12px; font-weight: bold; + float: left; + margin-right: 7px; + margin-top: 5px; } .project-switcher select { - width: 79%; - font-weight: bold; - font-size: 12px; - /*+text-shadow:0px -1px 1px #000000;*/ - -moz-text-shadow: 0px -1px 1px #000000; - -webkit-text-shadow: 0px -1px 1px #000000; - -o-text-shadow: 0px -1px 1px #000000; - text-shadow: 0px -1px 1px #000000; - border: 1px solid #9A9A9A; - border-bottom: #FFFFFF; - /*+box-shadow:inset 0px -1px #A2A2A2;*/ - -moz-box-shadow: inset 0px -1px #A2A2A2; - -webkit-box-shadow: inset 0px -1px #A2A2A2; - -o-box-shadow: inset 0px -1px #A2A2A2; - box-shadow: inset 0px -1px #A2A2A2; - /*+border-radius:4px;*/ - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - -khtml-border-radius: 4px; - border-radius: 4px; + width: 70%; + float: left; + margin-top: -1px; + border: 1px solid #393939; + /*+text-shadow:0px -1px 1px #373737;*/ + -moz-text-shadow: 0px -1px 1px #373737; + -webkit-text-shadow: 0px -1px 1px #373737; + -o-text-shadow: 0px -1px 1px #373737; + text-shadow: 0px -1px 1px #373737; + background: #515151; + font-size: 15px; color: #FFFFFF; - margin-top: -2px; - margin-left: 53px; - background: url(../images/bg-gradients.png) 0px -867px; - padding: 5px; - height: 28px; -} - -.project-switcher select:hover { - /*+box-shadow:inset 0px 2px 6px #3B3B3B;*/ - -moz-box-shadow: inset 0px 2px 6px #3B3B3B; - -webkit-box-shadow: inset 0px 2px 6px #3B3B3B; - -o-box-shadow: inset 0px 2px 6px #3B3B3B; - box-shadow: inset 0px 2px 6px #3B3B3B; - cursor: pointer; - border-bottom: 1px solid #828282; -} - -.project-switcher select option { - background: #7F8487; } /*** Select project*/