improved pseudo-button link style

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1789 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-06-14 19:42:33 +00:00
parent 52bda38852
commit 96c074aa84

View file

@ -80,7 +80,7 @@ table.listing th {
margin: 1em 0 1em 0;
}
.button a {
.button a, .button a:visited {
padding: 2px 4px 2px 4px;
background-color: #e8e8e8;
text-decoration: None;
@ -90,6 +90,10 @@ table.listing th {
border-color: #f4f4f4 #989898 #989898 #f4f4f4;
}
.button a:active {
border-color: #989898 #f4f4f4 #f4f4f4 #989898;
}
pre {
background-color: #f4f4f4;
}