summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7d429b)
raw | patch | inline | side by side (parent: e7d429b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 06:44:53 +0000 (06:44 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 06:44:53 +0000 (06:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2964 594d385d-05f5-0310-b6e9-bd551577e9d8
html/include/focus.js | patch | blob | history | |
html/themes/default/style.css | patch | blob | history |
diff --git a/html/include/focus.js b/html/include/focus.js
index e8c92c96ff4c20fdada3d53368c46ba3e9b21cc6..485524eaf8e04cab88b8c97ee47d39c1b0baf591 100644 (file)
--- a/html/include/focus.js
+++ b/html/include/focus.js
function highlight(e) {
if(e) {
for(i=0;i<e.parentNode.getElementsByTagName('td').length;i++) {
- e.parentNode.getElementsByTagName('td')[i].style.background='#CDF6BD';
+ e.parentNode.getElementsByTagName('td')[i].style.background='#D8D8D8';
}
}
}
index 778aee9a31cda064fbe8e5130c9f66beae2b94fd..dce67b86c41acfc65ab102ec2ee9d0bcdaf25954 100644 (file)
}
td.list0:hover {
- background:#CDF6BD;
+ background:#D8D8D8;
}
td.list0#icon {
}
td.list1:hover {
- background:#CDF6BD;
+ background:#D8D8D8;
}
td.list1#fill {