merged from 1.7, cleaned up and replaced the wrong colour name lightgreen with the CSS colour name lime.
This commit is contained in:
@@ -255,6 +255,10 @@ table.formtable tbody th {
|
||||
*** Admin
|
||||
***/
|
||||
|
||||
.admin .generalboxcontent {
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.admin .generalbox {
|
||||
border-color:#BBBBBB;
|
||||
background-color:#EEEEEE;
|
||||
@@ -371,8 +375,9 @@ table.flexible .r1 {
|
||||
}
|
||||
|
||||
.environmenttable .ok {
|
||||
background-color : lightgreen;
|
||||
background-color : lime;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
@@ -711,6 +716,9 @@ table.message_search_results td {
|
||||
border-color: #DDD;
|
||||
}
|
||||
.que .incorrect {
|
||||
}
|
||||
|
||||
.que.multianswer .incorrect {
|
||||
background-color: #faa;
|
||||
}
|
||||
.que .partiallycorrect {
|
||||
|
||||
Reference in New Issue
Block a user