From 869e2d91279624be5730e59bd47a6bf4049dff7e Mon Sep 17 00:00:00 2001 From: Nathan Isom Date: Fri, 16 Oct 2015 11:18:25 -0500 Subject: [PATCH] missed one. --- qutebrowser/mainwindow/statusbar/bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/mainwindow/statusbar/bar.py b/qutebrowser/mainwindow/statusbar/bar.py index 809a989f5..2fc42881a 100644 --- a/qutebrowser/mainwindow/statusbar/bar.py +++ b/qutebrowser/mainwindow/statusbar/bar.py @@ -111,7 +111,7 @@ class StatusBar(QWidget): QWidget#StatusBar QLabel, QWidget#StatusBar QLineEdit { {{ font['statusbar'] }} - {{ color['statusbar.bg'] }} + background-color: {{ color['statusbar.bg'] }}; color: {{ color['statusbar.fg'] }}; }