/administrator/templates/hathor/css/ie8.css
CSS | 21 lines | 3 code | 3 blank | 15 comment | 0 complexity | 8c69013e39115d348c9a26fed156a7f8 MD5 | raw file
Possible License(s): LGPL-2.1
1@charset "UTF-8"; 2 3/** 4 * @package Joomla.Administrator 5 * @subpackage templates.hathor 6 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. 7 * @license GNU General Public License version 2 or later; see LICENSE.txt 8 * @since 1.6 9 * 10 * CSS file for IE8 11 */ 12 13/** 14 * Special Styles for Internet Explorer 8 15 */ 16 17/* Accessibility: css in template.css for slider keyboard 18 * has to be reversed here or the mouse does not work for ie */ 19.pane-toggler + div.pane-slider { 20 /*display: block;*/ 21}