nagasurendra commited on
Commit
b80dc69
·
verified ·
1 Parent(s): c7c2308

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +7 -0
templates/menu.html CHANGED
@@ -48,6 +48,13 @@
48
  background-color: #4a5d68; !important; /* Darker green on hover */
49
  border-color: #1e7e34 !important;
50
  }
 
 
 
 
 
 
 
51
  .filter-container {
52
  margin-bottom: 15px;
53
  }
 
48
  background-color: #4a5d68; !important; /* Darker green on hover */
49
  border-color: #1e7e34 !important;
50
  }
51
+ .btn-primary:active,
52
+ .btn-primary:focus {
53
+ background-color: #4a5d68 !important; /* Same as hover color */
54
+ border-color: #1e7e34 !important;
55
+ box-shadow: none !important; /* Removes Bootstrap's focus outline */
56
+ }
57
+
58
  .filter-container {
59
  margin-bottom: 15px;
60
  }