changeset 115:f8af6b21ed61

browser side: CSS: fixed bad colors on targetWarning popups
author Goffi <goffi@goffi.org>
date Tue, 05 Jul 2011 14:05:30 +0200
parents c64b00f31461
children aff34642616b
files public/libervia.css
diffstat 1 files changed, 14 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/public/libervia.css	Tue Jul 05 02:34:57 2011 +0200
+++ b/public/libervia.css	Tue Jul 05 14:05:30 2011 +0200
@@ -866,17 +866,17 @@
 /* Warning message */
 
 .warningPopup {
-	 font-size: 1em;
+	font-size: 1em;
     width: 100%;
     height: 26px;
     text-align: center;
     padding: 5px 0;
     border-bottom: 1px solid #444;
-    background-color: #fff;
+    /*background-color: #fff;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’);
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
     background: -moz-linear-gradient(top, #fff, #ccc);
-    background-image: -o-linear-gradient(#fff,#ccc); 
+    background-image: -o-linear-gradient(#fff,#ccc); */
 
 }
 
@@ -886,39 +886,35 @@
 }
 
 .targetPublic {
-	 color: #fff;
-    background-color: #cf2828;
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828′, endColorstr=’#981a1a’);
+    background-color: red; /*#cf2828;*/
+    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828′, endColorstr=’#981a1a’);
     background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a));
     background: -moz-linear-gradient(top, #cf2828, #981a1a);
-    background-image: -o-linear-gradient(#cf2828,#981a1a); 
+    background-image: -o-linear-gradient(#cf2828,#981a1a); */
 }
 
 .targetGroup {
-	 color: #fff;
-    background-color: #68ba0f;
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’68ba0f′, endColorstr=’#40700d’);
+    background-color: #00FFFB;
+    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’68ba0f′, endColorstr=’#40700d’);
     background: -webkit-gradient(linear, left top, left bottom, from(#68ba0f), to(#40700d));
     background: -moz-linear-gradient(top, #68ba0f, #40700d);
-    background-image: -o-linear-gradient(#68ba0f,#40700d); 
+    background-image: -o-linear-gradient(#68ba0f,#40700d); */
 }
 
 .targetOne2One {
-	 color: #fff;
-    background-color: #222;
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’444444′, endColorstr=’#222222’);
+    background-color: #66FF00;
+    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’444444′, endColorstr=’#222222’);
     background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
     background: -moz-linear-gradient(top, #444444, #222222);
-    background-image: -o-linear-gradient(#444444,#222222); 
+    background-image: -o-linear-gradient(#444444,#222222);*/ 
 }
 
 .targetStatus {
-	 color: #666;
     background-color: #fff;
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’);
+    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’fff′, endColorstr=’#ccc’);
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
     background: -moz-linear-gradient(top, #fff, #ccc);
-    background-image: -o-linear-gradient(#fff,#ccc); 
+    background-image: -o-linear-gradient(#fff,#ccc); */
 }
 
 /* Tab panel */