This commit is contained in:
lvuch 2019-07-18 12:42:15 -07:00
parent 48845968df
commit 23a9a23f77
2 changed files with 4 additions and 3 deletions

View File

@ -143,7 +143,8 @@ fieldset[disabled] .btn {
cursor: not-allowed; cursor: not-allowed;
&:hover { &:hover {
background: $bg-disabled; background-color: $bg-disabled!important;
color: darken($bg-disabled, 30)!important;
} }
} }

View File

@ -1,5 +1,5 @@
<div class="row"> <div class="row">
<div class="col span-6"> <div class="col span-8">
<label class="acc-label" for="cloud-credential-selection"> <label class="acc-label" for="cloud-credential-selection">
{{t "formAuthCloudCredential.label"}} {{t "formAuthCloudCredential.label"}}
</label> </label>
@ -34,7 +34,7 @@
<button <button
{{action "addCloudCredential"}} {{action "addCloudCredential"}}
class="btn btn-sm bg-primary inline-block" class="btn btn-sm bg-default inline-block"
style="margin-top: -5px;" style="margin-top: -5px;"
disabled={{if showAddCloudCredential true}} disabled={{if showAddCloudCredential true}}
> >