mirror of https://github.com/apache/cloudstack.git
Default styling for dialog buttons
This commit is contained in:
parent
92a8dc23de
commit
0d121fd002
|
|
@ -24,4 +24,19 @@
|
|||
color: white;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 1px 1px black;
|
||||
}
|
||||
|
||||
// Defaults
|
||||
.ui-dialog button {
|
||||
&:not(.ok) {
|
||||
@include csui-button;
|
||||
}
|
||||
|
||||
&.ok {
|
||||
@include csui-button-cta;
|
||||
|
||||
float: right;
|
||||
}
|
||||
|
||||
float: left;
|
||||
}
|
||||
Loading…
Reference in New Issue