From 3e45f739fc73c8b3d74ea6c22d7c2484af4d0adc Mon Sep 17 00:00:00 2001 From: Imran Sobir Date: Tue, 28 Feb 2017 17:21:42 +0500 Subject: [PATCH] Show message when Javascript is turned off. --- qutebrowser/html/history.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qutebrowser/html/history.html b/qutebrowser/html/history.html index a7c0eafc5..75925f546 100644 --- a/qutebrowser/html/history.html +++ b/qutebrowser/html/history.html @@ -47,9 +47,22 @@ table { text-align: center; } +.error { + background-color: #ffbbbb; + border-radius: 5px; + font-weight: bold; + padding: 10px; + text-align: center; + width: 100%; + border: 1px solid #ff7777; +} + {% endblock %} {% block content %}

Browsing history

+
Show more