noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 11/16: CSS : cosmetic : font in a variable +


From: dwm
Subject: [Noalyss-commit] [noalyss] 11/16: CSS : cosmetic : font in a variable + outline input text in orange
Date: Tue, 27 May 2025 09:26:09 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit b7b014cccff325dc987b5d25ea13f17591044c88
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed May 21 11:16:17 2025 +0200

    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
+ }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]