Commit 6403e5a4d01120bc474557ef9643509cd0da0a7b
Committed by
Antonio Terceiro
1 parent
ac88d925
Exists in
master
and in
29 other branches
Fixing top menu colors
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
public/designs/themes/base/errors.css
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 { | ... | ... |