mirror of https://github.com/rancher/ui.git
18592
This commit is contained in:
parent
48845968df
commit
23a9a23f77
|
|
@ -143,7 +143,8 @@ fieldset[disabled] .btn {
|
|||
cursor: not-allowed;
|
||||
|
||||
&:hover {
|
||||
background: $bg-disabled;
|
||||
background-color: $bg-disabled!important;
|
||||
color: darken($bg-disabled, 30)!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="row">
|
||||
<div class="col span-6">
|
||||
<div class="col span-8">
|
||||
<label class="acc-label" for="cloud-credential-selection">
|
||||
{{t "formAuthCloudCredential.label"}}
|
||||
</label>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<button
|
||||
{{action "addCloudCredential"}}
|
||||
class="btn btn-sm bg-primary inline-block"
|
||||
class="btn btn-sm bg-default inline-block"
|
||||
style="margin-top: -5px;"
|
||||
disabled={{if showAddCloudCredential true}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue