1 |
--- e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body.bug5656 2009-12-09 15:14:54.000000000 -0500 |
2 |
+++ e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body 2009-12-09 15:16:13.000000000 -0500 |
3 |
@@ -163,7 +163,7 @@ |
4 |
/* these two are for any error messages that pop up*/ |
5 |
div.error, div.sme-error, span.error, span.sme-error { |
6 |
color: red; |
7 |
- background-color: #fffff; |
8 |
+ background-color: #ffffff; |
9 |
border-width: 1px; |
10 |
border-style: solid; |
11 |
border-color: red ; |
12 |
@@ -179,7 +179,7 @@ |
13 |
span.error-noborders, span.sme-error-noborders |
14 |
{ |
15 |
color: red; |
16 |
- background-color: #fffff; |
17 |
+ background-color: #ffffff; |
18 |
border-width: 0px; |
19 |
} |
20 |
|
21 |
@@ -207,11 +207,11 @@ |
22 |
|
23 |
/* these two are for any success messages that pop up*/ |
24 |
div.success, span.success { |
25 |
- color: darkgreen; |
26 |
- background-color: #fffff; |
27 |
+ color: #006400; |
28 |
+ background-color: #ffffff; |
29 |
border-width: 1px; |
30 |
border-style: solid; |
31 |
- border-color: darkgreen ; |
32 |
+ border-color: #006400 ; |
33 |
padding: 2px; |
34 |
margin-left: 20px; |
35 |
margin-right: 20px; |
36 |
@@ -223,7 +223,7 @@ |
37 |
/* These two are for the special case of a link being inside a success message */ |
38 |
div.success a, span.success a |
39 |
{ |
40 |
- color: darkgreen; |
41 |
+ color: #006400; |
42 |
font-weight: bold; |
43 |
text-decoration: underline; |
44 |
} |