Merge pull request #398 from orangemug/fix/load-url-error

Show error if style fails to load and disabled button if input is empty
This commit is contained in:
Orange Mug
2018-09-26 18:35:51 +01:00
committed by GitHub
3 changed files with 37 additions and 4 deletions
+6
View File
@@ -77,6 +77,12 @@
background-color: lighten($color-midgray, 12);
color: $color-white;
}
&:disabled {
background-color: darken($color-midgray, 5);
color: $color-midgray;
cursor: not-allowed;
}
}
.maputnik-big-button {