Updated Branches: refs/heads/ui-restyle aaea1e0c7 -> b87367b9c
Fix dropdown appearance on Firefox Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b87367b9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b87367b9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b87367b9 Branch: refs/heads/ui-restyle Commit: b87367b9c707429bc6e82a98309e9622ca470a26 Parents: aaea1e0 Author: Brian Federle <[email protected]> Authored: Mon Sep 23 12:04:50 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Sep 23 12:04:50 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_form.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b87367b9/ui/stylesheets/csui/_form.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_form.scss b/ui/stylesheets/csui/_form.scss index b958207..15ab362 100644 --- a/ui/stylesheets/csui/_form.scss +++ b/ui/stylesheets/csui/_form.scss @@ -1,6 +1,8 @@ @mixin csui-dropdown { - -webkit-appearance: button; + -webkit-appearance: none; -moz-appearance: none; + text-indent: 0.01px; + text-overflow: ''; @include background( url(csui/img/form/dropdown-arrow.png) no-repeat right 8px center, @@ -12,6 +14,8 @@ font-size: 14px; height: 30px; text-indent: 8px; + width: 105%; + overflow: hidden; } @mixin csui-dropdown-dark {
