Browse Source

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

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

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

@@ -88,14 +88,14 @@ th a {
}
input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
background: #EEEEEE;
border: 1px solid #88AA77;
border: 1px solid #945973;
color: #290c00;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
background: #88AA77;
background: #945973;
border: 1px solid #290c00;
color: #290c00;
font-weight: bold;
@@ -104,7 +104,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
}
select, input[type="text"], input.textwidget, textarea {
background: white;
border: 1px solid #88AA77;
border: 1px solid #945973;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


Loading…
Cancel
Save