Serghey Rodin 13 лет назад
Родитель
Сommit
b0ca9f3629
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      web/templates/header.html

+ 3 - 3
web/templates/header.html

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