[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpcompta-dev] r4177 - phpcompta/branches/rel560/html
From: |
phpcompta-dev |
Subject: |
[Phpcompta-dev] r4177 - phpcompta/branches/rel560/html |
Date: |
Tue, 5 Jul 2011 23:27:17 +0200 (CEST) |
Author: danydb
Date: 2011-07-05 23:27:16 +0200 (Tue, 05 Jul 2011)
New Revision: 4177
Modified:
phpcompta/branches/rel560/html/style-color.css
phpcompta/branches/rel560/html/style-light.css
Log:
Background transparency
Modified: phpcompta/branches/rel560/html/style-color.css
===================================================================
--- phpcompta/branches/rel560/html/style-color.css 2011-07-05 21:26:47 UTC
(rev 4176)
+++ phpcompta/branches/rel560/html/style-color.css 2011-07-05 21:27:16 UTC
(rev 4177)
@@ -585,7 +585,7 @@
height:100%;
z-index:1;
/*background-color:lightgrey;*/
-
+background-color: rgba(203, 203,203, 0.2);
display:none;
}
Modified: phpcompta/branches/rel560/html/style-light.css
===================================================================
--- phpcompta/branches/rel560/html/style-light.css 2011-07-05 21:26:47 UTC
(rev 4176)
+++ phpcompta/branches/rel560/html/style-light.css 2011-07-05 21:27:16 UTC
(rev 4177)
@@ -602,7 +602,7 @@
z-index:1;
/*background-color:lightgrey;*/
-background-color: rgba(165, 213,195, 0.5);
+background-color: rgba(203, 203,203, 0.2);
display:none;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpcompta-dev] r4177 - phpcompta/branches/rel560/html,
phpcompta-dev <=