move table row highlighting to the appropriate stylesheet
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3618 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
71132017e7
commit
9cf4fef900
1 changed files with 9 additions and 0 deletions
|
@ -430,6 +430,15 @@ div.box h4 {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.row-normal {
|
||||
background-color: #ffffff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.row-hilite {
|
||||
background-color: #efefef;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-right: 10px;
|
||||
|
|
Loading…
Add table
Reference in a new issue