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 14 }
15 15  
16 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 18 height: 42px;
19 19 margin-top: 48px;
20 20 }
... ...
public/designs/themes/base/layout.css
... ... @@ -134,7 +134,7 @@ body, th, td, input {
134 134 right: 0px;
135 135 width: 100%;
136 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 140 #navigation-end {
... ...