New neon design for menu_list + small fix in menu_default

This commit is contained in:
Crapule
2020-05-14 17:53:51 +02:00
parent cbb5027834
commit 5fc674ec5e
13 changed files with 241 additions and 62 deletions
@@ -102,7 +102,7 @@
.menu .menu-items .menu-item {
height: 40px;
display: block;
background-color: rgba(255, 255, 255, 0.4);
background-color: rgba(255, 255, 255, 0.6);
height: 32px;
line-height: 32px;
color: rgb(0, 0, 0);
@@ -110,21 +110,21 @@
}
.menu .menu-items .menu-item.selected {
background-color: rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.9);
border:1px solid rgb(245, 13, 13);
border-radius: 5px 5px 5px 5px;
animation: border-flicker 4s linear infinite;
}
.menu .menu-items .menu-item.selected:first-child {
background-color: rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.7);
border:1px solid rgb(245, 13, 13);
border-radius: 5px 5px 5px 5px;
animation: border-flicker 4s linear infinite;
}
.menu .menu-items .menu-item.selected:last-child {
background-color: rgba(255, 255, 255, 0.6);
background-color: rgba(255, 255, 255, 0.7);
border:1px solid rgb(245, 13, 13);
border-radius: 5px 5px 5px 5px;
animation: border-flicker 4s linear infinite;