Nettoyage css

This commit is contained in:
Fred Tempez 2020-11-04 13:35:07 +01:00
parent d06aa23eba
commit 67843f4f0f
6 changed files with 14 additions and 17 deletions

View File

@ -18,5 +18,4 @@
/** NE PAS EFFACER
* admin.css
*/
*/

View File

@ -0,0 +1 @@
/* vide */

View File

@ -0,0 +1 @@
/* Vide */

View File

@ -27,13 +27,16 @@ footer {
position: relative;
z-index: 10;
}
.footerbodyFixed {
position: relative;
z-index: 5;
}
}
nav li ul {
display: none;
}
#themeShowAll,
#themeBack,
#themeManage,
@ -42,6 +45,7 @@ nav li ul {
position: relative;
z-index: 11;
}
.themeOverlay {
-webkit-transition: all .3s;
transition: all .3s;
@ -56,10 +60,13 @@ nav li ul {
display: block;
background: transparent;
}
.themeOverlay:not(.themeOverlayHideBackground):hover,
.themeOverlayTriggerHover {
background: rgba(39, 174, 96, .5);
}
#themeOverlayBody {
position: fixed; /* Sinon l'overlay s'arrête à la hauteur de la fenêtre et non de la page*/
}
position: fixed;
/* Sinon l'overlay s'arrête à la hauteur de la fenêtre et non de la page*/
}

View File

@ -0,0 +1 @@
/* Vide */

View File

@ -1,13 +1 @@
/**
* 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>
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
* @license GNU General Public License, version 3
* @link http://zwiicms.fr/
*/
/** vide */