Cosmetics on mobile topbar
parent
73f3ed9dde
commit
e76afc4ec6
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue