forked from platypush/platypush
[UI] Added common disabled
style to buttons.
This commit is contained in:
parent
e6a358fe27
commit
342df0eeec
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ button, .btn, .btn-default {
|
|||
.icon {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
&:disabled,
|
||||
&[disabled] {
|
||||
background: none !important;
|
||||
color: $disabled-fg !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
input[type=text], input[type=password] {
|
||||
|
|
Loading…
Reference in a new issue