From d075b476dc5a6f6a508b18e3d46cdae2d48cde4b Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 14 Mar 2020 07:37:24 +0000 Subject: [PATCH] Remove GitHub related styles --- lib/files.css | 2 -- lib/ice-coder.css | 5 ----- 2 files changed, 7 deletions(-) diff --git a/lib/files.css b/lib/files.css index b2c71f0..8fb6e35 100644 --- a/lib/files.css +++ b/lib/files.css @@ -31,8 +31,6 @@ body {margin: 0; overflow: auto; .lock {position: fixed; display: inline-block; width: 12px; height: 16px; background: url('../images/file-manager-icons.png') 0 0 no-repeat; right: 0; margin-right: 16px; top: 0; cursor: pointer} .refresh {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -32px 0 no-repeat; right: 0; margin-right: 15px; top: 25px; cursor: pointer} .plugins {position: fixed; display: inline-block; width: 16px; height: 16px; background: url('../images/file-manager-icons.png') -64px 0 no-repeat; right: 0; margin-right: 15px; top: 47px; cursor: pointer} -.githubOn {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -80px 0 no-repeat; right: 0; margin-right: 15px; top: 72px; cursor: pointer} -.githubOff {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -96px 0 no-repeat; right: 0; margin-right: 15px; top: 72px; cursor: pointer} .fmDragBox {position: absolute; display: inline-block; width: 0; height: 0; top: 0; left: 0; background: rgba(0,198,255,0.3); -webkit-user-select: none; -moz-user-select: none; diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 80e78cf..f706566 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -67,11 +67,6 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .files .fileNav a {color: #666; text-decoration: none} .files .fileNav a:hover {color: #fff; cursor: pointer} -.files .githubNav {display: none; height: 19px; padding-top: 17px} -.files .githubNav .commit {display: inline-block; margin-left: 15px; padding: 6px 9px; background: #555; color: #333; cursor: pointer} -.files .githubNav .selected {display: inline-block; margin-left: 15px; padding: 6px 0; color: #333} -.files .githubNav .pull {position: absolute; display: inline-block; margin-left: 15px; padding: 6px 9px; background: #555; color: #333; right: 15px; cursor: pointer} - .files .options { transition: opacity 0.15s ease-in-out; }