noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/20: ergo


From: dwm
Subject: [Noalyss-commit] [noalyss] 06/20: ergo
Date: Sun, 10 Dec 2023 03:22:23 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit cb77460e3b79e5b9e3d1197167871cc7cdf46ac9
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Dec 2 18:19:29 2023 +0100

    ergo
---
 html/css/style-classic7.css | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 101a95a02..86376d701 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -912,7 +912,7 @@ a#smallanchorbutton, .smallbutton, 
a.smallbutton,div.content a.smallbutton .butt
     font-family: SansationLight;
 }
 td.tool {
-    border: 1px solid gray;
+    border: 1px grey solid ;
     background-color: #FFFFFF;
     border-bottom-width: 2px;
     text-align:center;
@@ -927,7 +927,7 @@ td.tool {
     }
 }
 td.toolselected  {
-    border: 1px solid gray;
+    border: 1px grey solid;
     color: #FFFFFF;
     border-bottom-width: 2px;
     text-align:center;
@@ -2421,7 +2421,7 @@ td.selectedmenu {
  * go_up
 */
 #go_up {
-    background-color: gray;
+    background-color: grey;
     border:0px;
     box-shadow: none;
     color:blue;
@@ -3388,3 +3388,11 @@ li.li-active {
      text-decoration: underline wavy;
      margin-left:4rem;
  }
+/**
+ * result of password strength
+ */
+ #info_passid {
+     position:absolute;
+     background-color: yellow;
+     color:red;
+ }
\ No newline at end of file



reply via email to

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