now all the nwg menus actually look good
parent
6380daba3b
commit
219aeab974
|
|
@ -19,28 +19,30 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
#active {
|
#active {
|
||||||
|
background-color: #5018dd;
|
||||||
|
color: #f50505;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, image {
|
button, image {
|
||||||
background: none;
|
background: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #999
|
color: #d6abab;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
color: #eee;
|
color: #d6abab;
|
||||||
font-size: 12px
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.15);
|
background-color: #5018dd;
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
box-shadow: none
|
background-color: #E40046;
|
||||||
|
color: #5018dd;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ entry {
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
padding: 2px 2px;
|
padding: 2px 2px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
color: #b0b4bc;
|
color: #5018dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, image {
|
button, image {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue