Updated Branches: refs/heads/ui-restyle ba88b0f35 -> aaea1e0c7
Add button hover appearance Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aaea1e0c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aaea1e0c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aaea1e0c Branch: refs/heads/ui-restyle Commit: aaea1e0c7317feda820f7f4d0de3b5b3fd5eaffe Parents: ba88b0f Author: Brian Federle <[email protected]> Authored: Mon Sep 23 12:00:23 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Sep 23 12:00:23 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_button.scss | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aaea1e0c/ui/stylesheets/csui/_button.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_button.scss b/ui/stylesheets/csui/_button.scss index 033d8ba..2d62a44 100644 --- a/ui/stylesheets/csui/_button.scss +++ b/ui/stylesheets/csui/_button.scss @@ -10,6 +10,10 @@ font-size: 12px; border-radius: 3px; border: 1px solid black; + + &:hover { + box-shadow: inset 0 0 10px black; + } } @mixin csui-button-cta {
