noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/04: 7.1 table border color, input color co


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/04: 7.1 table border color, input color cosmetic
Date: Sun, 15 Sep 2019 12:59:58 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit d230f5ba560b7c22b25a67d5f64adac8b1df01db
Author: Dany De Bontridder <address@hidden>
Date:   Sun Sep 15 18:59:01 2019 +0200

    7.1 table border color, input color cosmetic
---
 html/index.css          | 2 +-
 html/style-classic7.css | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/html/index.css b/html/index.css
index 443474d..6ad79b7 100644
--- a/html/index.css
+++ b/html/index.css
@@ -24,7 +24,7 @@ BODY {
 
 }
 .input_text {
-    border:1px solid blue;
+    border:1px solid #4b4b91;
     margin:1px;
     padding: 10px;
     border-radius: 4px;
diff --git a/html/style-classic7.css b/html/style-classic7.css
index be929dd..ddbaf86 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -40,8 +40,9 @@ input{
     font-family: 'OpenSansRegular';
     padding : 2px;
      margin:2px;
-    color:#0000FF; 
+    border:solid 1px #4b4b91; 
     font-size:14px;
+    color:#4b4b91;
     
 }
 input:focus {
@@ -506,7 +507,7 @@ a.document:hover {
     margin:1px;
 }
 .input_text {
-    border:solid 1px #0000FF;
+    border:solid text #4b4b91;
     margin:1px;
     border-radius: 2px;
 }
@@ -1308,7 +1309,7 @@ div.menu3 {
     margin-left:30px;
 }
 #folder {
-    border: 1px solid #0000ff;
+    border: 1px solid #4b4b91;
     border-collapse: separate;
     border-radius: 10px;
     border-spacing: 0px;



reply via email to

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