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;