Cannot add twitter credentials

Fixes #913
This commit is contained in:
Nick O'Leary
2016-06-20 14:25:11 +01:00
parent 343588b2a0
commit f30ce1f9eb
3 changed files with 12 additions and 7 deletions

View File

@@ -83,8 +83,12 @@
border-color: $editor-button-background-primary;
color: $editor-button-color-primary;
background: $editor-button-background-primary;
&:not(.disabled):hover {
&.disabled, &.ui-state-disabled {
background: none;
color: $editor-button-color;
border-color: $form-input-border-color;
}
&:not(.disabled):not(.ui-button-disabled):hover {
border-color: $editor-button-background-primary-hover;
background: $editor-button-background-primary-hover;
color: $editor-button-color-primary !important;
@@ -101,8 +105,6 @@
}
&.leftButton {
float: left;
margin-top: 1px;
@@ -110,6 +112,9 @@
&:not(.leftButton):not(:last-child) {
margin-right: 16px;
}
&.ui-state-disabled {
opacity: 1;
}
}
}