Browse Source

Dropdown item active green isntead of blue

Jovian Hersemeule Satellite 6 năm trước cách đây
mục cha
commit
86ae180b53
1 tập tin đã thay đổi với 12 bổ sung1 xóa
  1. 12 1
      css/custom/main.css

+ 12 - 1
css/custom/main.css

@@ -18,11 +18,22 @@ h4 {
     color: #0b2e13;
 }
 
-/* Navigation bar */
+/* Navigation bar bigger title */
 .navbar-brand {
     font-size: 2em;
 }
 
+/* Dropdown acive color */
+.dropdown-item.active {
+  background-color: #28a745;
+  border-color: #28a745;
+}
+.dropdown-item:active {
+  background-color: rgb(70, 197, 99);
+  border-color: rgb(40, 167, 69);
+}
+
+/* Expand button */
 @keyframes pop-menu-anim {
     from {background-color: rgb(230, 255, 230);
         transform: rotate(90deg);}