소스 검색

Dropdown item active green isntead of blue

Jovian Hersemeule Satellite 6 년 전
부모
커밋
86ae180b53
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  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);}