You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/16 23:42:32 UTC

[3/4] git commit: updated refs/heads/ui-restyle to 2edd97e

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 <br...@citrix.com>
Authored: Wed Oct 16 14:37:02 2013 -0700
Committer: Brian Federle <br...@citrix.com>
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,