Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-06-16 21:17:47 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-06-16 21:17:47 +0300
commit48a0e7c32dd657c0a3a3b74065df768b3cac1784 (patch)
treea52bf6961a28ade40e1ebb832e43c2d8adb0c2fc
parent3f5ae9f7fd8f7b9b3b6127a448dc778cd1e51bd9 (diff)
modified nav buttons, added overflow-y
-rw-r--r--static/css/kitab.css6
1 files changed, 5 insertions, 1 deletions
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;
}