Browse Source

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

remotes/test
carmie 17 years ago
parent
commit
3ac6f3c6c4
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      trac/htdocs/main.css

+ 7
- 7
trac/htdocs/main.css View File

@@ -63,11 +63,11 @@ dt em {

fieldset {
background: #88AA77;
border-color: #224422;
border-color: #290c00;
}
legend {
color: #224422;
border-bottom: 1px solid #224422;
color: #290c00;
border-bottom: 1px solid #290c00;
background: #fff;
}
th {
@@ -76,18 +76,18 @@ th {
font-weight: bold;
}
th a {
color: #224422;
color: #290c00;
}
input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
background: #EEEEEE;
border: 1px solid #88AA77;
color: #224422;
color: #290c00;
font-weight: bold;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #88AA77;
border: 1px solid #224422;
color: #224422;
border: 1px solid #290c00;
color: #290c00;
font-weight: bold;
}
select, input[type="text"], input.textwidget, textarea {


Loading…
Cancel
Save