Look: Ajout d'un style pour les boutons actions dsactivs

This commit is contained in:
Laurent Destailleur
2006-11-09 22:12:53 +00:00
parent 27acdfd669
commit c586df3d02
6 changed files with 22 additions and 8 deletions

View File

@@ -465,6 +465,17 @@ a.butAction:hover {
padding: 0em 1em;
}
.butActionRefused {
background: white;
border: 1px outset #AAAAAA;
color: #AAAAAA;
font: 105% Bold;
padding: 0em 1em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.butActionDelete:link {
background: white;
border: 1px outset #997777;