Browse Source

Small style update to breadcrumb to match new course-progress box: remove shadow effect - only in chamilo style - refs #7218

Yannick Warnier 10 years ago
parent
commit
32aac2f67a
1 changed files with 3 additions and 9 deletions
  1. 3 9
      main/css/chamilo/default.css

+ 3 - 9
main/css/chamilo/default.css

@@ -428,18 +428,12 @@ a.thumbnail:hover{
 }
 .breadcrumb {
   margin-bottom: 0;
-  background: rgb(255,255,255); /* Old browsers */
-  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(192,219,234,1) 100%); /* FF3.6+ */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(192,219,234,1))); /* Chrome,Safari4+ */
-  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(192,219,234,1) 100%); /* Chrome10+,Safari5.1+ */
-  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(192,219,234,1) 100%); /* Opera 11.10+ */
-  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(192,219,234,1) 100%); /* IE10+ */
-  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(192,219,234,1) 100%); /* W3C */
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0dbea',GradientType=0 ); /* IE6-9 */
+  background-image: none;
+  background-color: #e7f1f7;
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 5px;
-  border: 1px solid #B1D6EC;
+  border: 1px solid #d4e6f0;
   box-shadow: none;
 }
 .breadcrumb a{