Browse Source

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

master
carmie 14 years ago
parent
commit
e58f0e289d
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      trac/htdocs/libcaca.css

+ 6
- 6
trac/htdocs/libcaca.css View File

@@ -430,12 +430,6 @@ form #comment {
#delete, #save {
padding-left: 0;
}
#save {
background: #669900;
}
#delete {
background: rgba(240, 215, 215);
}
input[type="button"],
input[type="submit"],
input[type="reset"],
@@ -457,6 +451,12 @@ input[type="reset"]:hover,
border: 1px solid #674e4e;
color: #fff;
}
input[type="button"]#save {
background: #669900;
}
input[type="button"]#delete {
background: rgba(240, 215, 215);
}
#attachments input[type="button"],
#attachments input[type="submit"],
#attachments input[type="reset"],


Loading…
Cancel
Save