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;
}
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev