diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index e99e05bc6a49e76a5041fada4d35b4b0f2e6ac83..3fdf3d03db5a6ee72a63f0f88b5d9237e0396c73 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -8,7 +8,7 @@ body { background: #eef url('images/snowcamo.png'); color: #000; font: 10pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; - background: #99f url('images/magic.png') center bottom; + background: #99f url('images/itile.png') center bottom; } .hide { @@ -500,7 +500,7 @@ div.messages { -khtml-border-radius: 4px; border-radius: 4px; border: 1px solid #447; - background: #eef; /*url('images/lightbluetile.png');*/ + background: #ffe url('images/magic.png'); font-weight: bold; -moz-box-shadow: inset 0px 0px 1px 1px #bbf; } diff --git a/installer/resources/themes/console/light/images/itile.png b/installer/resources/themes/console/light/images/itile.png new file mode 100644 index 0000000000000000000000000000000000000000..2031a4e1e2a9b0673b6e29e246ae5f5e2919f234 Binary files /dev/null and b/installer/resources/themes/console/light/images/itile.png differ