couleurs des flags pour la skin openweb
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 12:51:29 +0000 (12:51 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 12:51:29 +0000 (12:51 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.10@624 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/openweb.css

index 269f730..d772b86 100644 (file)
@@ -285,17 +285,17 @@ table.flags td.texte {
     font-weight: bold;
     padding: 3px;
 }
-table.flags td.vert {
+table.flags td.vert, tr.flags td.vert {
     background: green;
     padding: 3px;
     text-align: center;
 }
-table.flags td.orange {
+table.flags td.orange, tr.flags td.orange {
     background: #ff9900;
     padding: 3px;
     text-align: center;
 }
-table.flags td.rouge {
+table.flags td.rouge, tr.flags td.rouge {
     background: red;
     padding: 3px;
     text-align: center;