Update desktopenvs/hyprland/nwg-panel/menu-start.css

main
The_miro 2025-05-07 10:25:55 +02:00
parent b02fec8412
commit b6700ebdd0
1 changed files with 38 additions and 8 deletions

View File

@ -1,22 +1,52 @@
* {
font-family: Agave Nerd Font Mono, Arial, sans-serif;
border-radius: 60px;
font-size: 10pt;
}
window { window {
background-color: rgba (36, 47, 79, 0.92); background-color: #1a1a1a;
color: #eeeeee color: #E40046;
border: solid;
border-width: 4px;
margin-bottom: 10px;
padding: 5px;
} }
list { list {
background: none; background: none;
border-radius: 15px border-radius: 25px;
padding: 5px;
margin: 5px;
} }
entry { entry {
background-color: rgba (0, 0, 0, 0.2) background-color: rgba(0, 0, 0, 0.2);
padding: 4px 8px;
border-radius: 15px;
color: #b0b4bc;
}
button, image {
background: none;
border: none;
box-shadow: none;
color: #999;
} }
button { button {
background: none; padding: 4px;
border: none margin-left: 4px;
margin-right: 4px;
color: #eeeeee;
font-size: 12px;
border-radius: 2px;
} }
button:hover { button:hover {
background-color: rgba (255, 255, 255, 0.1) background-color: rgba(255, 255, 255, 0.15);
} }
button:focus {
box-shadow: none;
}