瀏覽代碼

inverting colors

Serghey Rodin 13 年之前
父節點
當前提交
b0ca9f3629
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      web/templates/header.html

+ 3 - 3
web/templates/header.html

@@ -41,7 +41,7 @@
             }
             }
 
 
             .top thead td {
             .top thead td {
-                background: #777;
+                background: #666;
                 border-bottom: 1px solid #fff;
                 border-bottom: 1px solid #fff;
                 height: 25px;
                 height: 25px;
                 text-align: right;
                 text-align: right;
@@ -66,12 +66,12 @@
 
 
             .top-link:hover {
             .top-link:hover {
                 color: #fff;
                 color: #fff;
-                background: #555;
+                background: #999;
             }
             }
 
 
             .top-link:active{
             .top-link:active{
                 color: #ccc;
                 color: #ccc;
-                background: #555;
+                background: #999;
             }
             }
 
 
             .top-selected-link {
             .top-selected-link {