From d230f5ba560b7c22b25a67d5f64adac8b1df01db Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 15 Sep 2019 18:59:01 +0200 Subject: [PATCH] 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 443474d52..6ad79b718 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 be929dd7f..ddbaf862c 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;