Mise a jour des styles pour tous avoir le butDelete
This commit is contained in:
parent
f253a43903
commit
1578ba856a
@ -396,7 +396,7 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
|
||||
a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #FF0000;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
@ -405,7 +405,7 @@ a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||
|
||||
a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #FF0000;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
@ -414,7 +414,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||
|
||||
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
background: white;
|
||||
border: 1px solid #FF0000;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
@ -423,7 +423,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||
|
||||
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||
background: #FFe7ec;
|
||||
border: 1px solid #FF0000;
|
||||
border: 1px solid #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
|
||||
@ -376,6 +376,42 @@ a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: w
|
||||
a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; 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 #997777;
|
||||
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 #997777;
|
||||
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 #997777;
|
||||
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 #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
|
||||
/*
|
||||
* Tables
|
||||
|
||||
@ -376,6 +376,42 @@ a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: w
|
||||
a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; 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 #997777;
|
||||
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 #997777;
|
||||
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 #997777;
|
||||
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 #997777;
|
||||
color: #436976;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap; }
|
||||
|
||||
|
||||
/*
|
||||
* Tables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user