22 lines
442 B
CSS
22 lines
442 B
CSS
.tm-toolbar .uk-subnav-line .custom-connect-li {
|
|
display: block;
|
|
background:#DEAF50 !important; color:#fff !important;
|
|
|
|
}
|
|
.custom-connect-toolbar ul.uk-subnav.uk-subnav-line{
|
|
background-color: #FFC700 !important;
|
|
}
|
|
|
|
.custom-connect-toolbar .inner {
|
|
background-color: #FFC700 !important;
|
|
}
|
|
|
|
.custom-connect-toolbar{
|
|
border-top-color:#FFC700 !important;
|
|
}
|
|
.custom-footer{
|
|
position:relative;
|
|
bottom:0;
|
|
left:0;
|
|
}
|