diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index d58bb039b..48f2776cf 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -395,7 +395,7 @@ div.news li { font-size: 10pt; opacity: 1; background: #fff url('images/header.png') center center repeat-x; - -moz-box-shadow: 0px 1px 1px 1px #bbf; + -moz-box-shadow: 0px 1px 1px 1px #ccf; } /* @@ -719,7 +719,7 @@ h1 { text-shadow: 0px 0px 1px #77f; -moz-box-shadow: inset 0px 0px 1px 1px #bbf; white-space: normal; - background: #ddf url('images/header.png') center center repeat-x; + background: #eef url('images/header.png') center center repeat-x; border: 1px solid #447; border-radius: 4px; -moz-border-radius: 4px; @@ -740,7 +740,7 @@ h2 { -moz-border-radius: 4px; -khtml-border-radius: 4px; margin: 15px 0px 12px 0 !important; - -moz-box-shadow: 0px 1px 1px 1px #99f; + -moz-box-shadow: 0px 1px 1px 1px #ccf; word-wrap: break-word; text-transform: uppercase; } @@ -764,7 +764,7 @@ h3 { text-shadow: 0px 0px 1px #77f; font-size: 11pt; color: #000; - -moz-box-shadow: 0px 1px 1px 1px #99f; + -moz-box-shadow: 0px 1px 1px 1px #ccf; } h4 {