Skip to content
Snippets Groups Projects
Commit 4fadabb5 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout une classe pour les boutons Refuse

parent c4aaffbb
No related branches found
No related tags found
No related merge requests found
...@@ -429,6 +429,21 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; ...@@ -429,6 +429,21 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
text-decoration: none; text-decoration: none;
white-space: nowrap; } 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; a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
background: white; background: white;
border: 1px solid #997777; border: 1px solid #997777;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment