Ajout css pour le bouton de suppression
This commit is contained in:
parent
a5d55815ea
commit
644d1ee89e
@ -349,22 +349,86 @@ a.tab:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabimage {
|
a.tabimage {
|
||||||
color: #436976;
|
color: #436976;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Case actions
|
* Case actions
|
||||||
*/
|
*/
|
||||||
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
a.tabAction:link { font: helvetica, verdana, arial, sans-serif;
|
||||||
a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
background: white;
|
||||||
a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
border: 1px solid #8CACBB;
|
||||||
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
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 1.5em;
|
||||||
|
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 1.5em;
|
||||||
|
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 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid #FF0000;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid #FF0000;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid #FF0000;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: #FFe7ec;
|
||||||
|
border: 1px solid #FF0000;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
/*
|
/*
|
||||||
* Tables
|
* Tables
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user