From 1b16b4624186265ccbb6f8106e1bf9ff997e2528 Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 1 Feb 2017 11:54:01 -0800 Subject: code clan up and tests --- ui/app/css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index c3beacef2..4b9b5b67d 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -413,9 +413,9 @@ input.large-input { height: 24px; background: #4dffff; border: solid; - borderColor: #AEAEAE; - borderWidth: 0.5px; - borderRadius: 13px; + border-color: #AEAEAE; + border-width: 0.5px; + border-radius: 13px; } .edit-text { -- cgit