now all the nwg menus actually look good

main
The_miro 2025-05-08 15:23:45 +02:00
parent 6380daba3b
commit 219aeab974
2 changed files with 9 additions and 7 deletions

View File

@ -19,28 +19,30 @@ window {
}
#active {
background-color: #5018dd;
color: #f50505;
}
button, image {
background: none;
border-style: none;
box-shadow: none;
color: #999
color: #d6abab;
}
button {
padding: 4px;
margin-left: 4px;
margin-right: 4px;
color: #eee;
font-size: 12px
color: #d6abab;
font-size: 12px;
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
background-color: #5018dd;
}
button:focus {
box-shadow: none
background-color: #E40046;
color: #5018dd;
}

View File

@ -25,7 +25,7 @@ entry {
background-color: #1a1a1a;
padding: 2px 2px;
border-radius: 15px;
color: #b0b4bc;
color: #5018dd;
}
button, image {