MDL-31847 theme_base: adds highlight colors to table rows

This commit is contained in:
Mary Evans 2012-11-03 10:56:49 +00:00
parent 6109f2112c
commit 61f3210bb9

View File

@ -1028,3 +1028,6 @@ html[dir=rtl] #page-header {float: right;}
html[dir=rtl] .formrow label.formlabel { float:right; }
html[dir=rtl] .configphp {direction:ltr;text-align:left;}
table.flexible .r0, table.generaltable .r0 {background-color: #F0F0F0;}
table.flexible .r1, table.generaltable .r1 {background-color: #FAFAFA;}