From 29851a51f15ab113634f1131353137c971941347 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 28 Mar 2020 17:34:59 +0100 Subject: [PATCH] =?UTF-8?q?[9.3.00]=20S=C3=A9lecteur=20de=20pages=20barre?= =?UTF-8?q?=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 1 + core/layout/common.css | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 54e1be39..c8374f47 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ - TinyMCE : - La taille de la police et la couleur sont celles définies dans le thème du site. - Zone d'édition, padding de 5 px à gauche et à droite. + - Barre, sélecteur de page : couleur et taille fixe de la police. ## version 9.2.26 - Corrections : diff --git a/core/layout/common.css b/core/layout/common.css index 18229044..3aa4a00f 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -363,6 +363,8 @@ td > .col12 { #bar select { width: 250px; border: 0; + color: #111112; + font-size: 12px; } @media (min-width: 768px) { @@ -371,7 +373,7 @@ td > .col12 { } #bar #barRight { float: right; - font-size: .8em; + font-size: 12px; } } @@ -386,7 +388,7 @@ td > .col12 { } #bar #barSelectPage { width: 50% ; - font-size: 0.6em; + font-size: 0.6em; } #bar #barLeft { font-size: 1.6em;