浏览代码

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

master
carmie 14 年前
父节点
当前提交
4f439f5e27
共有 2 个文件被更改,包括 8 次插入6 次删除
  1. 二进制
      trac/htdocs/bouton.png
  2. +8
    -6
      trac/htdocs/libcaca.css

二进制
trac/htdocs/bouton.png 查看文件

之前 之后
宽度: 148  |  高度: 104  |  大小: 4.8 KiB 宽度: 148  |  高度: 300  |  大小: 5.0 KiB

+ 8
- 6
trac/htdocs/libcaca.css 查看文件

@@ -234,19 +234,21 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
color: #fff;
}
.buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] {
background: #2C1F1C url(bouton.png) no-repeat center top;
background: #674e4e url(bouton.png) no-repeat center top;
color: #fff;
border: 0;
border: 1px solid #2C1F1C;
-moz-border-radius: 4px;
padding-top: 70px;
min-width:150px;
width:148px;
}
.buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover {
background: #fff url(boutonhover.png) no-repeat center top;
border: 1px solid #2C1F1C;
color: #2C1F1C;
background: #2C1F1C url(boutonhover.png) no-repeat center top;
border: 0;
border-bottom: 1px solid #674e4e;
color: #fff;
padding-top: 70px;
min-width: 150px;
width: 148px;
}

input[type="text"], input.textwidget, textarea {


正在加载...
取消
保存