From b7b014cccff325dc987b5d25ea13f17591044c88 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 21 May 2025 11:16:17 +0200 Subject: [PATCH] CSS : cosmetic : font in a variable + outline input text in orange --- html/css/style-classic7.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 83ab150ba..e5bdb2f7f 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -64,6 +64,7 @@ input{ } input:focus { border:1px solid orange; + outline:1px solid orange; margin:1px; background-color: lightyellow; } @@ -767,6 +768,7 @@ a.document:hover { border:1px solid orange; margin:1px; background-color: lightyellow; + outline:1px solid orange; } h1.legend, legend { font-weight: bold; @@ -1554,7 +1556,7 @@ div.content a.nav:hover img,a.nav:hover img { position : absolute; z-index:-1; - font-family: "Montserrat Regular"; + font-family: var(--font-tile); } @media only screen and (min-width: 955px) { #dossier { @@ -3369,8 +3371,8 @@ margin:1px; } .nav-pills .nav-link.active { background-color: #506cb8 !important; - border-radius: 0px; - font-family: "Montserrat"; + border-radius: 0px; + font-family:var(--font-title) !important; } .nav-pills .nav-link { color:white ; @@ -3939,4 +3941,4 @@ h2.h-section { .nav-pills { font-family:var(--font-title) !important; - } \ No newline at end of file + }