refactor(css) .hidden: reset -> style

This commit is contained in:
coderaiser 2014-01-30 02:50:30 -05:00
parent 12fabba37f
commit 792d947ebd
2 changed files with 4 additions and 13 deletions

View file

@ -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}

View file

@ -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;