Update input colors in alertify

This commit is contained in:
yflory
2017-01-31 14:36:33 +01:00
parent d926b69f8b
commit d76e0ae0d4
3 changed files with 8 additions and 6 deletions

View File

@@ -46,8 +46,8 @@
@alertify-bg: rgba(0, 0, 0, .3);
@alertify-fg: @old-fore;
@alertify-input-bg: @base;
@alertify-input-fg: @fore;
@alertify-input-bg: @old-base;
@alertify-input-fg: @old-fore;
@slide-default-bg: #000;