浏览代码

+ hover style for hButtonPost on dropdown list

Piotr Labudda 6 年之前
父节点
当前提交
75ae4bcbbe
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      SE/static/p5UI/main.css

+ 8 - 1
SE/static/p5UI/main.css

@@ -48,4 +48,11 @@ caption { font-size:medium }
 
 .input-xs { height:22px; font-size:12px; line-height:1.2em; padding:3px 8px; }
 
-.selectize-dropdown .active { background-color: #d9edf7 }
+.selectize-dropdown .active { background-color: #d9edf7 }
+
+.dropdown-menu>li>form>button.p5-hover:focus,
+.dropdown-menu>li>form>button.p5-hover:hover {
+	color: #262626;
+	text-decoration: none;
+	background-color: #f5f5f5;
+}