2020-03-15 20:53:13 +01:00
|
|
|
/**
|
|
|
|
* This file is part of Zwii.
|
|
|
|
*
|
|
|
|
* For full copyright and license information, please see the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*
|
|
|
|
* @author Rémi Jean <remi.jean@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
|
|
|
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
2021-02-17 13:49:58 +01:00
|
|
|
* @copyright Copyright (C) 2018-2021, Frédéric Tempez
|
2020-03-15 20:53:13 +01:00
|
|
|
* @license GNU General Public License, version 3
|
2020-09-01 20:48:40 +02:00
|
|
|
* @link http://zwiicms.fr/
|
2020-03-15 20:53:13 +01:00
|
|
|
*/
|
2020-03-23 10:25:41 +01:00
|
|
|
|
2020-10-28 07:53:51 +01:00
|
|
|
|
|
|
|
/** NE PAS EFFACER
|
|
|
|
* admin.css
|
2021-10-30 12:31:24 +02:00
|
|
|
*/
|
2021-10-30 18:12:34 +02:00
|
|
|
|
|
|
|
#setupContainer {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2021-10-31 11:32:56 +01:00
|
|
|
.activeButton {
|
|
|
|
filter : brightness(125%);
|
|
|
|
}
|
2021-11-01 20:05:09 +01:00
|
|
|
|
2021-11-02 12:48:51 +01:00
|
|
|
/** Div d'aide
|
2021-11-01 20:05:09 +01:00
|
|
|
|
|
|
|
.helpDisplayContainer {
|
2021-11-01 20:05:33 +01:00
|
|
|
position: sticky;
|
|
|
|
background-color: white;
|
2021-11-01 20:05:09 +01:00
|
|
|
display: none;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px 10px;
|
|
|
|
-webkit-box-shadow: 5px 5px 11px 0px #222222;
|
|
|
|
box-shadow: 5px 5px 11px 0px #222222;
|
|
|
|
border-radius: 5px;
|
|
|
|
z-index: 30;
|
|
|
|
}
|
|
|
|
|
2021-11-02 12:48:51 +01:00
|
|
|
/** Bouton d'aide et croix de fermeture
|
2021-11-01 20:05:09 +01:00
|
|
|
|
|
|
|
.zwiico-cancel, .helpDisplayButton {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2021-11-02 12:48:51 +01:00
|
|
|
*/
|