Cosmetics on mobile topbar

pull/3/head
cagataycivici 2018-12-10 15:35:30 +03:00
parent 73f3ed9dde
commit e76afc4ec6
1 changed files with 2 additions and 5 deletions

View File

@ -933,22 +933,19 @@ body {
} }
.topbar-menu { .topbar-menu {
background-color: #327187; background-color: #ffffff;
float: none; float: none;
width: 100%; width: 100%;
height: 40px; height: 40px;
margin: 0; margin: 0;
text-align: center; text-align: center;
border-bottom: 1px solid #dadada;
> li { > li {
> a { > a {
padding-bottom: 0; padding-bottom: 0;
line-height: 40px; line-height: 40px;
min-width: 100px; min-width: 100px;
&:hover {
background-color: #285a6c;
}
} }
&.topbar-menu-themes > ul { &.topbar-menu-themes > ul {