forked from Boria138/PortProtonQt
change nav buttons focus color
This commit is contained in:
@ -53,14 +53,14 @@ NAV_BUTTON_STYLE = """
|
|||||||
}
|
}
|
||||||
NavLabel[checked = true] {
|
NavLabel[checked = true] {
|
||||||
background: rgba(0,122,255,0);
|
background: rgba(0,122,255,0);
|
||||||
color: #09bec8;
|
color: #409EFF;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
NavLabel:hover {
|
NavLabel:hover {
|
||||||
background: none;
|
background: none;
|
||||||
color: #09bec8;
|
color: #409EFF;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user