From b05e3f73b13aa650662ff3cbd8c535ddb411ec2c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 15 Mar 2014 13:24:42 +0000 Subject: [PATCH] Darker input field BG's Remvove not seen red BG that we also don't want Input boxes have a darker BG now --- lib/ice-coder.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index e376da4..0991c71 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -62,7 +62,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .files .fileNav li {display: inline-block; padding: 18px 15px 0 0} .files .fileNav a {color: #666; text-decoration: none} .files .fileNav a:hover {color: #fff; cursor: pointer} -.files .options {background: #f00; +.files .options { transition: opacity 0.15s ease-in-out; } .files .options .optionsList {position: absolute; display: inline-block; visibility: hidden; background: #444; height: 100%; padding: 23px 15px 15px 15px} @@ -102,15 +102,15 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .editor .findBar {display: inline-block; height: 28px; width: 2400px; color: #fff; background-color: #161612} .findBar .findReplace {position: absolute; padding-top: 2px; z-index: 1} .findReplace .selectWrapper {position: relative; display: inline-block} -.findReplace .selectWrapper select {position: relative; padding: 1px; border: 0; background: url('../images/select-arrow.gif') no-repeat right #666; color: #fff; font-size: 10px; height: 16px; +.findReplace .selectWrapper select {position: relative; padding: 1px; border: 0; background: url('../images/select-arrow.gif') no-repeat right #444; color: #fff; font-size: 10px; height: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .findReplace .findText {display: inline-block; height: 21px; font-size: 10px; margin: 6px 3px 0 43px} -.findReplace .find {position: relative; width: 120px; height: 16px; border: 0; top: 3px; font-size: 10px; padding-left: 5px; margin-right: 3px; background: #666; color: #eee} +.findReplace .find {position: relative; width: 120px; height: 16px; border: 0; top: 3px; font-size: 10px; padding-left: 5px; margin-right: 3px; background: #444; color: #eee} .findReplace .replaceText {height: 21px; font-size: 10px; margin: 6px 2px 0 2px} -.findReplace .replace {position: relative; width: 120px; height: 16px; border: 0; top: 3px; font-size: 10px; padding-left: 5px; background: #666; color: #eee} +.findReplace .replace {position: relative; width: 120px; height: 16px; border: 0; top: 3px; font-size: 10px; padding-left: 5px; background: #444; color: #eee} .findReplace .targetText {height: 21px; font-size: 10px; margin: 6px 2px 0 2px} .findReplace .submit {position: relative; top: 3px; height: 16px; border: 0; background-color: #444; color: #eee; font-size: 10px; margin-left: 2px; cursor: pointer} .findReplace .submit:hover {background-color: #2187e7; color: #eee} @@ -119,7 +119,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .findBar .codeAssist .codeAssistCheckbox {display: none} .findBar .codeAssist .codeAssistDisplay {display: inline-block; width: 16px; height: 16px; margin: -1px 4px 0 0; vertical-align: middle; background: url('../images/checkbox.gif') 0 0 no-repeat; cursor: pointer} .findBar .goLine {position: fixed; display: inline-block; width: 100px; right: 58px; top: 49px; height: 21px; font-size: 10px; color: #eee; cursor: default; z-index: 1} -.goLine .goToLine {width: 30px; height: 16px; border: 0; font-size: 10px; margin: -3px 0 0 3px; padding-left: 4px; background: #666; color: #eee} +.goLine .goToLine {width: 30px; height: 16px; border: 0; font-size: 10px; margin: -3px 0 0 3px; padding-left: 4px; background: #444; color: #eee} .goLine .goToLine:focus {outline: none; box-shadow: 0 0 10px 1px rgba(0,198,255,1)} .findBar .view {position: fixed; display: inline-block; width: 16px; height: 16px; right: 42px; top: 49px; background: url('../images/file-manager-icons.png') 0 0 no-repeat; cursor: pointer; background-position: -48px 0; opacity: 0.3} .findBar .bug {position: fixed; display: inline-block; width: 16px; height: 16px; right: 16px; top: 48px; background: url('../images/bug-reporting-icons.png') 0 0 no-repeat; cursor: pointer; background-position: 0 0}