mirror of https://github.com/apache/cloudstack.git
Add button hover appearance
This commit is contained in:
parent
ba88b0f35b
commit
aaea1e0c73
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue