Index: lams_central/web/css/defaultHTML.css
===================================================================
diff -u -red0c3f0f0de6b533ac71988b123270633846208d -rcb35388a85a6db9e9212e754e042fa3e77ebb96a
--- lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision ed0c3f0f0de6b533ac71988b123270633846208d)
+++ lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision cb35388a85a6db9e9212e754e042fa3e77ebb96a)
@@ -1049,6 +1049,25 @@
border-bottom: 0px;
}
+#content a.show-all-groups-button {
+ background: url('../images/css/show_all_groups.jpg') no-repeat 0px 0px;
+ color: #666;
+ padding: 5px 12px 6px 16px;
+ text-decoration: none;
+ border-right:1px solid #d2d2d2;
+ border-bottom: 0px;
+}
+
+#content a:hover.show-all-groups-button {
+ background: url('../images/css/show_all_groups.jpg') no-repeat 0px 0px;
+ color: #47bc23;
+ padding: 5px 12px 6px 16px;
+ text-decoration: none;
+ text-align:left;
+ border-right:1px solid #d2d2d2;
+ border-bottom: 0px;
+}
+
/* my courses individual course boxes */
.course-bg { /*---- box around the green tabbed items -- */