From 008fa12755d03f73183d33a1983ceb7c71994ce5 Mon Sep 17 00:00:00 2001 From: Pierre Bondoerffer Date: Mon, 7 Aug 2017 11:26:40 +0200 Subject: [PATCH] alertify: add textarea + checkbox --- customize.dist/src/less2/include/alertify.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index 6a98035d6..2a7fd14ab 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -124,7 +124,7 @@ margin: 0; } - input:not(.form-control){ + input:not(.form-control), textarea { background-color: @alertify-input-bg; color: @alertify-input-fg; border: 0px; @@ -137,6 +137,13 @@ //outline-offset: -2px; } } + + input[type="checkbox"] { + padding: 0; + margin: 0; + margin-right: 0.5em; + } + nav { text-align: right;