diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css
index aa9c99c..099146f 100644
--- a/trac/htdocs/libcaca.css
+++ b/trac/htdocs/libcaca.css
@@ -458,7 +458,7 @@ input[type="reset"]:hover,
 .plugin .uninstall input[type="submit"], #delete input[type="submit"] {
     background: #AD5151 url(bouton.png) no-repeat center top;
 }
-#save:hover {
+#addplug input[type="submit"], #save:hover {
     background: #73833F url(boutonhover.png) no-repeat center top;
 }
 .plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover {
@@ -482,7 +482,7 @@ input[type="reset"]:hover,
 }
 
 /*Admin forms */
-.plugin .uninstall {
+#addplug input[type="submit"], .plugin .uninstall {
     height:100px;
     margin:7px 0 18px;
     margin-top:7px;