From cfb00073c15513bddd7b6df2a86be9a125a38fbd Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 14 Sep 2019 21:11:09 +0100 Subject: [PATCH] terminalLink removed from CSS now --- lib/ice-coder.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 42861ee..f8ebc3e 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -135,7 +135,6 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .findBar .bug {position: fixed; display: inline-block; width: 16px; height: 16px; right: 209px; top: 48px; background: url('../images/bug-reporting-icons.png') 0 0 no-repeat; cursor: pointer; background-position: 0 0} .findBar .minimapLink {position: fixed; display: inline-block; width: 16px; height: 16px; right: 164px; top: 48px; background: url('../images/doc-explorer-icons.png') 0 0 no-repeat; cursor: pointer; background-position: 0 0; cursor: pointer; z-index: 1} .findBar .functionClassListLink {position: fixed; display: inline-block; width: 16px; height: 16px; right: 138px; top: 48px; background: url('../images/doc-explorer-icons.png') 0 0 no-repeat; cursor: pointer; background-position: -16px 0; cursor: pointer; z-index: 1} -.findBar .terminalLink {position: fixed; display: inline-block; width: 16px; height: 16px; right: 112px; top: 48px; background: url('../images/doc-explorer-icons.png') 0 0 no-repeat; cursor: pointer; background-position: -32px 0; cursor: pointer; z-index: 1} .editor .terminal {position: fixed; top: 10000px; transition: top 0.2s ease; z-index: 2} .editor .output {position: fixed; top: 10000px; padding: 15px 18px 8px 13px; transition: top 0.2s ease; background: rgba(0,0,0,0.92); z-index: 2} .editor .database {position: fixed; top: 10000px; transition: top 0.2s ease; z-index: 2}