Ajout une classe pour les boutons Refuse
This commit is contained in:
parent
c4aaffbbf5
commit
4fadabb52e
@ -429,6 +429,21 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.tabActionRefuse { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid red;
|
||||
color: #436976;
|
||||
padding: 0em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
a.tabActionRefuse:hover { background: #dee7ec; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #997777;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user