Commit 6403e5a4d01120bc474557ef9643509cd0da0a7b

Authored by Rodrigo Souto
Committed by Antonio Terceiro
1 parent ac88d925

Fixing top menu colors

public/designs/themes/base/errors.css
@@ -14,7 +14,7 @@ body { @@ -14,7 +14,7 @@ body {
14 } 14 }
15 15
16 #header { 16 #header {
17 - background: #ced3ce url(imgs/menu-top-bg-right.png) top right no-repeat; 17 + background: #d6d3d6 url(imgs/menu-top-bg-right.png) top right no-repeat;
18 height: 42px; 18 height: 42px;
19 margin-top: 48px; 19 margin-top: 48px;
20 } 20 }
public/designs/themes/base/layout.css
@@ -134,7 +134,7 @@ body, th, td, input { @@ -134,7 +134,7 @@ body, th, td, input {
134 right: 0px; 134 right: 0px;
135 width: 100%; 135 width: 100%;
136 text-align: right; 136 text-align: right;
137 - background: #ced3ce url(imgs/menu-top-bg-left.png) no-repeat; 137 + background: #d6d3d6 url(imgs/menu-top-bg-left.png) no-repeat;
138 } 138 }
139 139
140 #navigation-end { 140 #navigation-end {