Browse Source

fix color link blocks home -refs BT#11542

Alex Aragon 8 years ago
parent
commit
07a9a04822

+ 6 - 1
app/Resources/public/css/themes/rainbow/default.css

@@ -148,7 +148,12 @@ a:focus {
     padding-right: 10px;
 }
 .section-notice .items .title a{
-    color: #E53140;
+    color: #07578A;
+    font-size: 20px;
+    font-weight: 700;
+}
+.section-notice .items .title a:hover{
+    color: #666666;
     font-size: 20px;
     font-weight: 700;
 }

+ 6 - 0
app/Resources/public/css/themes/rainbow/learnpath.css

@@ -243,3 +243,9 @@ table.lp_overview tr:hover {
 table.lp_overview img {
 	margin-left:3px;
 }
+.scorm_type_document{
+    background: url('images/text.png') no-repeat right 0;
+}
+.scorm_type_quiz{
+    background: url('images/pencil.png') no-repeat right 0;
+}