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

Modif norme de nommage des boutons

parent 4fadabb5
No related branches found
No related tags found
No related merge requests found
......@@ -392,8 +392,10 @@ a.tabimage {
/*
* Boutons actions
* Nouvelle syntaxe utiliser
*/
a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
a.butAction:link { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
......@@ -402,7 +404,7 @@ a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
text-decoration: none;
white-space: nowrap; }
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif;
a.butAction:visited { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
......@@ -411,7 +413,7 @@ a.tabAction:visited { font: helvetica, verdana, arial, sans-serif;
text-decoration: none;
white-space: nowrap; }
a.tabAction:active { font: helvetica, verdana, arial, sans-serif;
a.butAction:active { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
......@@ -420,7 +422,7 @@ a.tabAction:active { font: helvetica, verdana, arial, sans-serif;
text-decoration: none;
white-space: nowrap; }
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
a.butAction:hover { font: helvetica, verdana, arial, sans-serif;
background: #dee7ec;
border: 1px solid #8CACBB;
color: #436976;
......@@ -429,7 +431,19 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
text-decoration: none;
white-space: nowrap; }
a.tabActionRefuse { font: helvetica, verdana, arial, sans-serif;
a.butActionRefuse { 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.butActionRefuse:hover { background: #dee7ec; }
a.butActionDelete { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid red;
color: #436976;
......@@ -438,7 +452,49 @@ a.tabActionRefuse { font: helvetica, verdana, arial, sans-serif;
text-decoration: none;
white-space: nowrap; }
a.tabActionRefuse:hover { background: #dee7ec; }
a.butActionDelete:hover { background: #FFe7ec; }
/*
* Historique
*/
a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 0.7em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 0.7em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.tabAction:active { font: helvetica, verdana, arial, sans-serif;
background: white;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 0.7em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
background: #dee7ec;
border: 1px solid #8CACBB;
color: #436976;
padding: 0em 0.7em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment