update
This commit is contained in:
parent
183c195817
commit
b1221d694d
|
|
@ -9,7 +9,7 @@ a#content{
|
||||||
position: absolute!important;
|
position: absolute!important;
|
||||||
}
|
}
|
||||||
#orbit-bar a[accesskey] {
|
#orbit-bar a[accesskey] {
|
||||||
color: #666666 !important;
|
color: #fff ;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
position: relative!important;
|
position: relative!important;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
.fa-classic, .fa-regular, .fa-solid, .far, .fas ,.fa{
|
||||||
|
font-family: "FontAwesome";
|
||||||
|
}
|
||||||
#orbit-bar .orbit-bar-inner > label:focus, #orbit-bar .orbit-bar-inner > label.focus{
|
#orbit-bar .orbit-bar-inner > label:focus, #orbit-bar .orbit-bar-inner > label.focus{
|
||||||
.orbit-bar-search-sign-language{
|
.orbit-bar-search-sign-language{
|
||||||
display: block
|
display: block
|
||||||
|
|
@ -11,6 +14,48 @@
|
||||||
cursor: unset!important;
|
cursor: unset!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login-btn:focus {
|
||||||
|
outline: 0.3125em auto -webkit-focus-ring-color !important;
|
||||||
|
transition: all 0.2s ease-in-out!important;
|
||||||
|
}
|
||||||
|
.orbit-bar-inner{
|
||||||
|
li.active {
|
||||||
|
@media(min-width:768px){
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
label[for="open-orbit-login"] {
|
||||||
|
@media(max-width:768px){
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
[accesskey="U"],[accesskey="W"]{
|
||||||
|
@media(max-width:768px){
|
||||||
|
color: #666!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.orbit-bar-inner{
|
||||||
|
[accesskey="U"]{
|
||||||
|
height: 40px;
|
||||||
|
display: inline-block!important;
|
||||||
|
line-height: 40px;
|
||||||
|
float: left;
|
||||||
|
@media(min-width:769px){
|
||||||
|
color: #fff!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
[accesskey="W"]{
|
||||||
|
height: 40px;
|
||||||
|
display: inline-block!important;
|
||||||
|
line-height: 40px;
|
||||||
|
float: left;
|
||||||
|
color: #fff!important;
|
||||||
|
@media(min-width:769px){
|
||||||
|
color: #fff!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.orbit-bar-search-sign-language{
|
.orbit-bar-search-sign-language{
|
||||||
@media(max-width:767px){
|
@media(max-width:767px){
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue