Explorar el Código

Dropdown item active green isntead of blue

Jovian Hersemeule Satellite hace 6 años
padre
commit
86ae180b53
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  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);}