Fix dark dropdown border color
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/10fca3c4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/10fca3c4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/10fca3c4 Branch: refs/heads/ui-restyle Commit: 10fca3c491909391f624e0c26126b5cd5f2a683d Parents: 68af9af Author: Brian Federle <[email protected]> Authored: Wed Oct 16 14:37:02 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Oct 16 14:37:02 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/cloudstack.css | 1 + ui/stylesheets/csui/_form.scss | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/10fca3c4/ui/stylesheets/cloudstack.css ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.css b/ui/stylesheets/cloudstack.css index 0f6c56f..fc0ffe6 100644 --- a/ui/stylesheets/cloudstack.css +++ b/ui/stylesheets/cloudstack.css @@ -6967,6 +6967,7 @@ html body > .login { margin-top: 10px; margin-bottom: 10px; background-color: #333333; + border-color: black; background: url(csui/img/form/dropdown-arrow-white.png) no-repeat right 8px center, -webkit-linear-gradient( #4e4e4e, #242424); background: url(csui/img/form/dropdown-arrow-white.png) no-repeat right 8px center, linear-gradient( #4e4e4e, #242424); color: white; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/10fca3c4/ui/stylesheets/csui/_form.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_form.scss b/ui/stylesheets/csui/_form.scss index 732c7fd..ec417af 100644 --- a/ui/stylesheets/csui/_form.scss +++ b/ui/stylesheets/csui/_form.scss @@ -40,6 +40,7 @@ @include csui-dropdown; background-color: #333333; + border-color: black; @include background( url(csui/img/form/dropdown-arrow-white.png) no-repeat right 8px center,
