26 lines
446 B
SCSS
26 lines
446 B
SCSS
@charset "utf-8";
|
|
|
|
a[accesskey] {
|
|
position: absolute;
|
|
margin-left: -0.9375em;
|
|
color: transparent !important;
|
|
}
|
|
|
|
#orbit-bar a[accesskey] {
|
|
color: #666666 !important;
|
|
margin-left: 0;
|
|
position: relative;
|
|
&:hover {
|
|
color: #ffffff !important;
|
|
}
|
|
}
|
|
.layout-header{
|
|
a[accesskey] {
|
|
position: absolute!important;
|
|
margin-left: -0.9375em;
|
|
color: transparent !important;
|
|
}
|
|
}
|
|
#layout-navigation a[accesskey]{
|
|
position: absolute!important;
|
|
} |