Commit 6403e5a4d01120bc474557ef9643509cd0da0a7b
Committed by
Antonio Terceiro
1 parent
ac88d925
Exists in
master
and in
28 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
@@ -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 { |