/*** COPYRIGHT NOTICE *********************************************************
 *
 * Copyright 2016 ProjeQtOr - Pascal BERNARD - support@projeqtor.org
 *
 ******************************************************************************
 *** WARNING *** T H I S    F I L E    I S    N O T    O P E N    S O U R C E *
 ******************************************************************************
 * 
 * This file is an add-on to ProjeQtOr, packaged as a plug-in module.
 * It is NOT distributed under an open source license. 
 * It is distributed in a proprietary mode, only to the customer who bought
 * corresponding licence. 
 * The company ProjeQtOr remains owner of all add-ons it delivers.
 * Any change to an add-ons without the explicit agreement of the company 
 * ProjeQtOr is prohibited.
 * The diffusion (or any kind if distribution) of an add-on is prohibited.
 * Violators will be prosecuted.
 *    
 *** DO NOT REMOVE THIS NOTICE ************************************************/
 
/* =============================================================================== */
/* Extra CSS for custom screen management                                          */
/* =============================================================================== */

.iconImportProject { background-image: url(icon/iconImportProject.png); }
.ProjeQtOrFlatBlue .iconImportProject { background-image: url(icon/blue/iconImportProject.png); }
.ProjeQtOrFlatRed .iconImportProject { background-image: url(icon/red/iconImportProject.png); }
.ProjeQtOrFlatGreen .iconImportProject { background-image: url(icon/green/iconImportProject.png); }
.ProjeQtOrFlatGrey .iconImportProject { background-image: url(icon/grey/iconImportProject.png); }

.ProjeQtOrNewGui .iconImportProject { background-image: url(../../view/css/customIcons/new/iconImportProject.svg  ); }
