浏览代码

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

remotes/test
carmie 17 年前
父节点
当前提交
3ac6f3c6c4
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. +7
    -7
      trac/htdocs/main.css

+ 7
- 7
trac/htdocs/main.css 查看文件

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


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


正在加载...
取消
保存