fixes rconnect button for bs-default scheme
This commit is contained in:
parent
d371ad3da7
commit
02c08d0cda
@ -697,18 +697,18 @@ footer {
|
|||||||
|
|
||||||
.rconnect {
|
.rconnect {
|
||||||
display: block;
|
display: block;
|
||||||
color: #FFFFFF;
|
color: $nav_active_icon_colour;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
background-color: $nav_bg;
|
background-color: $nav_bg;
|
||||||
-webkit-border-radius: $radiuspx ;
|
-webkit-border-radius: $radiuspx ;
|
||||||
-moz-border-radius: $radiuspx;
|
-moz-border-radius: $radiuspx;
|
||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
|
border: 1px solid $nav_bd;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#pause {
|
#pause {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
@ -1501,7 +1501,7 @@ div.jGrowl div.jGrowl-notification {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.rconnect {
|
a.rconnect {
|
||||||
color: #ffffff;
|
color: $nav_active_icon_colour;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user