From 48a0e7c32dd657c0a3a3b74065df768b3cac1784 Mon Sep 17 00:00:00 2001 From: Darshan Baral Date: Sun, 16 Jun 2019 11:17:47 -0700 Subject: modified nav buttons, added overflow-y --- static/css/kitab.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/kitab.css b/static/css/kitab.css index 7abc9b1..73464db 100644 --- a/static/css/kitab.css +++ b/static/css/kitab.css @@ -3,6 +3,7 @@ } body { background-color: #f3f3ef; + overflow-y: scroll; } .navMenu { color: #007bff !important; @@ -12,6 +13,10 @@ body { color: #0056b3 !important; cursor: pointer; } +.navMenu-disabled { + color: #4e4f50 !important; + font-size: 1.5em; +} a:hover { text-decoration: none; } @@ -33,7 +38,6 @@ a:hover { position: fixed; bottom: 10px; } - .dropbtn { color: #007bff; } -- cgit v1.2.3