[IMP]
[odoo/odoo.git] / addons / event / static / src / css / event.css
index 61ea2da..bd73d67 100644 (file)
@@ -66,7 +66,7 @@ div.oe_fold_column{
 }
 .oe_event_button_unsubscribe {
        display: inline-block;
-    border: 1px solid #ababab;
+    border: 1px solid #AAA;
     color: #404040;
     font-size: 12px;
     padding: 3px 10px;
@@ -75,14 +75,14 @@ div.oe_fold_column{
     -moz-background-size: 100% 100%;
     -webkit-background-size: auto auto !important;
     background-size: 100% 100%;
-    background: #8A89BA none;
-    background: none, -webkit-gradient(linear, left top, left bottom, from(#8A89BA), to(#8A89BA));
-    background: none, -webkit-linear-gradient(#8A89BA, #8A89BA);
-    background: none, -moz-linear-gradient(#8A89BA, #8A89BA);
-    background: none, -o-linear-gradient(top, #8A89BA, #8A89BA);
-    background: none, -khtml-gradient(linear, left top, left bottom, from(#8A89BA), to(#8A89BA));
-    background: -ms-linear-gradient(top, #8A89BA, #8A89BA);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A89BA, endColorstr='#8A89BA',GradientType=0 );
+    background: #AAA none;
+    background: none, -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#AAA));
+    background: none, -webkit-linear-gradient(#AAA, #AAA);
+    background: none, -moz-linear-gradient(#AAA, #AAA);
+    background: none, -o-linear-gradient(top, #AAA, #AAA);
+    background: none, -khtml-gradient(linear, left top, left bottom, from(#AAA), to(#AAA));
+    background: -ms-linear-gradient(top, #AAA, #AAA);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AAA, endColorstr='#AAA',GradientType=0 );
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     -o-border-radius: 3px;