mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
10 lines
321 B
SCSS
10 lines
321 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2026 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
#form_part_csv_options:has(#ibo-sanitize-excel-export--input:checked), #form_part_xlsx_options:has(#ibo-sanitize-excel-export--input:checked){
|
|
#ibo-sanitize-excel-export--alert {
|
|
display: none;
|
|
}
|
|
} |