|
@charset "utf-8";
|
|
|
|
a[accesskey] {
|
|
position: absolute!important;
|
|
margin-left: -0.5em!important;
|
|
z-index: 1000!important;
|
|
color:#333;
|
|
}
|
|
|
|
#orbit-bar a[accesskey] {
|
|
color: #333;
|
|
margin-left: 0;
|
|
position: relative!important;
|
|
&:hover {
|
|
color: $theme-color-second !important;
|
|
}
|
|
}
|
|
|