瀏覽代碼

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);}