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-17 06:12:45 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-06-17 06:12:45 +0300
commit6a73e3d27d4053757a390aac4661c785d546567a (patch)
tree4358da8fd14f2093dac9653bd78984684323164e
parentb5a183d69a411421266db4411464f5ec0f50e96d (diff)
Style changes related to converting CSS hover to JS menu
-rw-r--r--static/css/kitab.css35
1 files changed, 8 insertions, 27 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
index 73464db..650587c 100644
--- a/static/css/kitab.css
+++ b/static/css/kitab.css
@@ -5,15 +5,18 @@ body {
background-color: #f3f3ef;
overflow-y: scroll;
}
-.navMenu {
+footer {
+ line-height: 1.2em;
+}
+.nav-menu {
color: #007bff !important;
font-size: 1.5em;
}
-.navMenu:hover {
+.nav-menu:hover {
color: #0056b3 !important;
cursor: pointer;
}
-.navMenu-disabled {
+.nav-menu-disabled {
color: #4e4f50 !important;
font-size: 1.5em;
}
@@ -38,30 +41,8 @@ a:hover {
position: fixed;
bottom: 10px;
}
-.dropbtn {
- color: #007bff;
-}
-.dropbtn:hover {
- color: #0056b3;
-}
-.dropdown-content {
- display: none;
- position: absolute;
- min-width: 280px;
- max-width: 75%;
- z-index: 1;
-}
-.dropdown {
- cursor: pointer;
- position: relative !important;
- display: inline-block !important;
-}
-.dropdown:hover {
- box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
- background-color: white;
-}
-.dropdown:hover .dropdown-content {
- display: block;
+.show {
+ transition: all 0.1s;
}
.hanging {
padding-left: 15px;