From 792d947ebdbeac332a21a5593c0824735267a610 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 30 Jan 2014 02:50:30 -0500 Subject: [PATCH] refactor(css) .hidden: reset -> style --- css/reset.css | 13 ------------- css/style.css | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/css/reset.css b/css/reset.css index 0c70b773..6cd1e49b 100644 --- a/css/reset.css +++ b/css/reset.css @@ -40,19 +40,6 @@ a:focus { outline: thin dotted; } /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ a:hover, a:active { outline: 0; } -/* - * 1. Display hand cursor for clickable form elements - * 2. Allow styling of clickable form elements in iOS - * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6) - */ - -/* ==== non-semantic helper classes ======================================== - Please define your styles before this section. - ========================================================================== */ - -/* Hide from both screenreaders and browsers: h5bp.com/u */ -.hidden { display: none !important; visibility: hidden; } - /* preformatted text */ .pre {white-space:pre} diff --git a/css/style.css b/css/style.css index 8393a4ba..5f50277d 100644 --- a/css/style.css +++ b/css/style.css @@ -31,6 +31,10 @@ body { background-color:white; } +.hidden { + visibility: hidden; +} + .fm, .panel-left>li, .panel-right>li, .fm-header, .mini-icon, .name, .size, .owner, .mode, .keyspanel, .cmd-button { -webkit-user-select : none;