ソースを参照

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">