瀏覽代碼

Enhanced Theme: Tweaked domain hover in Domain Selector

Nate Jones 11 年之前
父節點
當前提交
c95897a6a7
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      themes/enhanced/template.php

+ 5 - 0
themes/enhanced/template.php

@@ -770,6 +770,10 @@ legend {
 		font-size: 11px;
 		}
 
+	DIV.domains_list_item:hover A,
+	DIV.domains_list_item:hover SPAN {
+		color: #5082ca;
+		}
 
 	DIV.login_message {
 		border: 1px solid #bae0ba;
@@ -853,6 +857,7 @@ legend {
 			});
 		});
 	}
+
 </script>
 
 <script language="JavaScript" type="text/javascript">