From ae6c736841afec9db678394bd7e64d8793d366cb Mon Sep 17 00:00:00 2001 From: Hakan Karadis Date: Mon, 11 Jul 2016 19:53:08 -0700 Subject: [PATCH 1/2] update kd input hover and focus styles --- lib/styles/default/kd.input.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/styles/default/kd.input.styl b/lib/styles/default/kd.input.styl index ccf380d5..9f45e6fe 100644 --- a/lib/styles/default/kd.input.styl +++ b/lib/styles/default/kd.input.styl @@ -42,10 +42,10 @@ textarea.kdinput.text line-height 12px &:hover - border 1px solid #aaa + border 1px solid #D3E6FF &:focus border 1px solid rgba(125,190,241,1) - shadow 0 0 3px rgba(125,190,241,.7) + shadow inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px 1px rgba(81,167,232,0.5) &.validation-error border 1px solid #F13A18 From a41d87f098ec277af5c2e57636c6164bbaeba120 Mon Sep 17 00:00:00 2001 From: Hakan Karadis Date: Mon, 11 Jul 2016 19:54:45 -0700 Subject: [PATCH 2/2] new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ad1a4c6..d6ed4bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kd.js", - "version": "1.1.23", + "version": "1.1.24", "description": "a collection of ui widgets and other nice things", "main": "build/lib/index.js", "scripts": {