Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3002 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 16 years ago
parent
commit
273369eb94
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      trac/htdocs/main.css

+ 11
- 0
trac/htdocs/main.css View File

@@ -81,3 +81,14 @@ p {
#mainnav .active :link:hover, #mainnav .active :visited:hover {
border: none;
}
input {
border: 1px solid #88AA77;
}
input[type="checkbox"] {
border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #88AA77;
border: 1px solid #224422;
}


Loading…
Cancel
Save