14 lines
296 B
CSS
14 lines
296 B
CSS
|
/**
|
||
|
* @package Joomla.CMS
|
||
|
* @subpackage com_release_checking
|
||
|
*
|
||
|
* @copyright (C) 2020 Open Source Matters, Inc. <http://www.joomla.org>
|
||
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
/* CSS Document */
|
||
|
.no-click {
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
|