Browse Source

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

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

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

@@ -458,7 +458,7 @@ input[type="reset"]:hover,
.plugin .uninstall input[type="submit"], #delete input[type="submit"] { .plugin .uninstall input[type="submit"], #delete input[type="submit"] {
background: #AD5151 url(bouton.png) no-repeat center top; background: #AD5151 url(bouton.png) no-repeat center top;
} }
#addplug input[type="submit"], #save:hover {
#addplug .buttons input[type="submit"], #save:hover {
background: #73833F url(boutonhover.png) no-repeat center top; background: #73833F url(boutonhover.png) no-repeat center top;
} }
.plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover { .plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover {
@@ -482,7 +482,7 @@ input[type="reset"]:hover,
} }


/*Admin forms */ /*Admin forms */
#addplug input[type="submit"], .plugin .uninstall {
#addplug .buttons, .plugin .uninstall {
height:100px; height:100px;
margin:7px 0 18px; margin:7px 0 18px;
margin-top:7px; margin-top:7px;


Loading…
Cancel
Save