correction css sur les lien des arbos (economique)
This commit is contained in:
parent
cee2fe1bd3
commit
3d8bdbba8b
@ -1,35 +1,3 @@
|
||||
#economique .arborescence {
|
||||
border-top: 1px solid #838587;
|
||||
background: #b8b8b8;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#87898a), to(#b8b8b8));
|
||||
background: -webkit-linear-gradient(top, #87898a, #b8b8b8);
|
||||
background: -moz-linear-gradient(top, #87898a, #b8b8b8);
|
||||
background: -ms-linear-gradient(top, #87898a, #b8b8b8);
|
||||
background: -o-linear-gradient(top, #87898a, #b8b8b8);
|
||||
padding: 4.5px 9px;
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
||||
color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-family: Georgia, serif;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#economique .arborescence:hover {
|
||||
border-top-color: #cccccc;
|
||||
background: #cccccc;
|
||||
color: #000000;
|
||||
}
|
||||
#economique .arborescence:active {
|
||||
border-top-color: #3f4142;
|
||||
background: #3f4142;
|
||||
}
|
||||
|
||||
#economique
|
||||
{
|
||||
font-size:13px;
|
||||
|
Loading…
Reference in New Issue
Block a user