From ce799b70a2525310c1ecb2f0d004fd1713b8e279 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 25 Jan 2024 13:57:11 +0300 Subject: Add modal for search history --- gn2/wqflask/templates/base.html | 86 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 84 insertions(+), 2 deletions(-) (limited to 'gn2/wqflask') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 5b421c22..e0a1c7be 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -82,6 +82,31 @@ } +.search-hist-btn{ + padding:15px; + + margin: 0 auto; + border-bottom: 1px solid #ccc; +} + + +.search-hist-btn a:hover { + + text-decoration: None; + padding:5px; + border-radius: 10px; + color:blue; + cursor:pointer; +} + + + +.search-hist-btn a { + font-weight: bold; + color:#000; +} + + @@ -199,12 +224,56 @@