Browse Source

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

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

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

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


Loading…
Cancel
Save