|
@charset "utf-8";
|
|
|
|
a[accesskey] {
|
|
position: relative;
|
|
margin-left: -15px;
|
|
color: transparent !important;
|
|
display: none;
|
|
}
|
|
|
|
#orbit-bar a[accesskey] {
|
|
color: #666666 !important;
|
|
margin-left: 0;
|
|
position: relative;
|
|
&:hover {
|
|
color: #ffffff !important;
|
|
}
|
|
} |