From b8a5f79a2d171fea6d2b98a9d1bf79a64b1b966d Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 29 Jul 2013 16:17:02 -0400 Subject: [PATCH] cleanup form. --- css/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 3aa3fa9c4..be138184d 100644 --- a/css/app.css +++ b/css/app.css @@ -1047,9 +1047,11 @@ a:hover .icon.out-link { background-position: -500px -14px;} .inspector-border { border-bottom: 1px solid #CCC } + /* Preset form (hover mode) */ -.preset-input-wrap .label, +.inspector-hover .checkselect label:last-of-type, +.inspector-hover .preset-input-wrap .label, .inspector-hover input, .inspector-hover label { background: #ececec; @@ -1364,6 +1366,7 @@ input[type=number] { .checkselect label:last-of-type { display: block; + background: white; padding: 5px 10px; color: #7092FF; }