Fix class name in url stylesheet

This commit is contained in:
Florian Bruhin 2014-05-12 18:35:16 +02:00
parent 512625cee1
commit 0c4e7c5fe3

View File

@ -605,23 +605,23 @@ class _Url(TextBase):
""" """
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]}
}} }}
""" """