[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
+ }
- [Noalyss-commit] [noalyss] 05/16: FREC : checkbox, checked by range, hidden elements must not be checked, (continued)
- [Noalyss-commit] [noalyss] 05/16: FREC : checkbox, checked by range, hidden elements must not be checked, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 08/16: Improve Code: Database : add __toString, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 14/16: Add column timestamp for table TOOL_UOS, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 01/16: Code Improve : Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 06/16: FIX bug due changes Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 07/16: Detail Operation for small screen, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 09/16: Code Improve : Single_Record, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then must be set SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 13/16: Data_SQL if column doesn't exist, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 15/16: Fix bug : wrong function name, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 11/16: CSS : cosmetic : font in a variable + outline input text in orange,
dwm <=
- [Noalyss-commit] [noalyss] 16/16: PHP8.3 comptability, dynamic members, dwm, 2025/05/27