now all the nwg menus actually look good
parent
6380daba3b
commit
219aeab974
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ entry {
|
|||
background-color: #1a1a1a;
|
||||
padding: 2px 2px;
|
||||
border-radius: 15px;
|
||||
color: #b0b4bc;
|
||||
color: #5018dd;
|
||||
}
|
||||
|
||||
button, image {
|
||||
|
|
|
|||
Loading…
Reference in New Issue