]> git.mjollnir.org Git - moodle.git/commitdiff
added tabs background color on quiz module.
authormits <mits>
Sat, 11 Mar 2006 19:00:47 +0000 (19:00 +0000)
committermits <mits>
Sat, 11 Mar 2006 19:00:47 +0000 (19:00 +0000)
theme/oceanblue/styles_color.css

index 7614ba22ca8632cc5e155de31974b9daf1c40b2b..69ff7b606bf39eeec7b281e6331b2dab99c82cc5 100644 (file)
@@ -593,14 +593,17 @@ table.message_search_results td {
 .tabrow td.selected:hover .tablink {
   background-image:url(pix/tab/right_active_hover.gif);
 }
-
+.tabs .r0,
+.tabs .r1 {
+  background: #AAAAFF;
+}
 
 /***
  *** User
  ***/
 
 .userpicture {
-  background:#EEEEEE; 
+  background: #EEEEEE;
 }
 
 .userinfobox {