[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/04: CSS : remove groove
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 03/04: CSS : remove groove |
Date: |
Tue, 11 Mar 2014 18:51:06 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit b61deb6e627f846409431580844e31e332f6677b
Author: Dany De Bontridder <address@hidden>
Date: Tue Mar 11 19:48:51 2014 +0100
CSS : remove groove
---
html/style-classic.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/html/style-classic.css b/html/style-classic.css
index 3611835..94605a2 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -537,11 +537,11 @@ a.document:hover {
margin:1px;
}
.input_text {
- border:groove 1px #0000FF;
+ border:solid 1px #0000FF;
margin:1px;
}
.input_text:hover {
- border:groove 1px #0000FF;
+ border:solid 1px #0000FF;
margin:1px;
background-color: #F93;
}
@@ -680,7 +680,7 @@ div.popup_content {
filter:alpha(opacity=100);*/
}
div.autocomplete {
- position:relative;
+ position:absolute;
background-color:#FFFFFF;
border:1px solid #888;
margin:0px;