From 2438fbb13d0739096ec48a401433ea3738f63a90 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 26 Oct 2012 19:04:37 +0100 Subject: [PATCH] Tweaks to look of find controls .find class now slightly taller and has top shifted 1px to look more like other controls Removed border from submit button Now also has a dark grey look and BG turns blue on hover --- lib/ice-coder.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 7dfac93..ca5abd0 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -110,12 +110,13 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .findBar .findReplace {position: absolute; z-index: 1} .findReplace select {position: relative; font-size: 10px; margin: 8px 2px 0 2px; top: -2px;} .findReplace .findText {display: inline-block; height: 21px; font-size: 10px; margin: 8px 2px 0 2px; margin-left: 43px} -.findReplace .find {position: relative; width: 120px; height: 14px; border: 0; top: -2px; font-size: 10px; padding-left: 5px; margin-right: 3px} +.findReplace .find {position: relative; width: 120px; height: 16px; border: 0; top: -3px; font-size: 10px; padding-left: 5px; margin-right: 3px} .findReplace .replaceAction {margin: 0 2px 0 0; top: -2px} .findReplace .replaceText {height: 21px; font-size: 10px; margin: 8px 2px 0 2px} .findReplace .replace {position: relative; width: 120px; height: 16px; border: 0; top: -2px; font-size: 10px; padding-left: 5px} .findReplace .targetText {height: 21px; font-size: 10px; margin: 8px 2px 0 2px} -.findReplace .submit {position: relative; top: -2px; height: 17px; border: 1px solid #bbb; background-color: #f8f8f8; font-size: 10px; cursor: pointer} +.findReplace .submit {position: relative; top: -2px; height: 17px; border: 0; background-color: #444; color: #eee; font-size: 10px; margin-left: 2px; cursor: pointer} +.findReplace .submit:hover {background-color: #2187e7; color: #eee} .findReplace .results {position: relative; display: inline-block; width: 200px; height: 20px; font-size: 10px; margin: 8px 0 0 20px} .findBar .codeAssist {position: fixed; display: inline-block; width: 100px; right: 74px; top: 70px; height: 21px; font-size: 10px; z-index: 1} .findBar .codeAssist input {margin-top: -1px}