Fix link colors (except for LoadStatus).
This was broken when splitting statusbar into files as the class name had changed.
This commit is contained in:
parent
b14ff27e0c
commit
e41d8f1e46
@ -47,23 +47,23 @@ class Url(TextBase):
|
|||||||
_urltype = None
|
_urltype = None
|
||||||
|
|
||||||
STYLESHEET = """
|
STYLESHEET = """
|
||||||
QLabel#_Url[urltype="normal"] {{
|
QLabel#Url[urltype="normal"] {{
|
||||||
{color[statusbar.url.fg]}
|
{color[statusbar.url.fg]}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
QLabel#_Url[urltype="success"] {{
|
QLabel#Url[urltype="success"] {{
|
||||||
{color[statusbar.url.fg.success]}
|
{color[statusbar.url.fg.success]}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
QLabel#_Url[urltype="error"] {{
|
QLabel#Url[urltype="error"] {{
|
||||||
{color[statusbar.url.fg.error]}
|
{color[statusbar.url.fg.error]}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
QLabel#_Url[urltype="warn"] {{
|
QLabel#Url[urltype="warn"] {{
|
||||||
{color[statusbar.url.fg.warn]}
|
{color[statusbar.url.fg.warn]}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
QLabel#_Url[urltype="hover"] {{
|
QLabel#Url[urltype="hover"] {{
|
||||||
{color[statusbar.url.fg.hover]}
|
{color[statusbar.url.fg.hover]}
|
||||||
}}
|
}}
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user