From d5293ff58d82db9cf0563bd0c75975f58e4d0f09 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Sat, 21 Aug 2010 18:36:54 +0200 Subject: [PATCH] =?utf8?q?XUL=20-=20Men=C3=BC=20repariert.=20Nach=20meinen?= =?utf8?q?=20=C3=84nderungen=20in=20Commit=20c8c6d6d=20war=20ein=20Versatz?= =?utf8?q?=20in=20der=20Menu=20Bar.=20Eintrag=20f=C3=BCr=20XUL=20in=20Prog?= =?utf8?q?ramm->Einstellungen->Men=C3=BC-Variante=20ge=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/all | 2 +- xslt/style1.css | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/locale/de/all b/locale/de/all index b91f3c0bc..7f2041bc6 100644 --- a/locale/de/all +++ b/locale/de/all @@ -1709,7 +1709,7 @@ $self->{texts} = { 'Top (CSS)' => 'Oben (mit CSS)', 'Top (CSS) new' => 'Oben (mit CSS, neu)', 'Top (Javascript)' => 'Oben (mit Javascript)', - 'Top (XUL; only for Mozilla Firefox)' => 'Oben (XUL; nur für Mozilla Firefox)', + 'Top (XUL; only for Mozilla Firefox)' => 'Oben + links (XUL, nur Mozilla Firefox)', 'Top 100' => 'Top 100', 'Top 100 hinzufuegen' => 'Top 100 hinzufügen', 'Top Level' => 'Hauptartikelbezeichnung', diff --git a/xslt/style1.css b/xslt/style1.css index cddc7ba37..21130e564 100644 --- a/xslt/style1.css +++ b/xslt/style1.css @@ -2,7 +2,7 @@ toolbar{ -moz-appearance:none !important; background: url('../image/fade.png'); - border-bottom:1px solid black; + border-bottom:1px solid #888; } /* sidebar styles */ @@ -19,14 +19,14 @@ tree{ width:150px; font:12px Arial; margin:0px; - border-right:1px solid black + border-right:1px solid #888; } /* menubar styles */ menubar{ -moz-appearance:none !important; background: url('../image/bg_titel.gif'); - border:0px + border:0px; } menu, @@ -34,15 +34,20 @@ menuitem{ font:12px Arial; } +menu menu{ + -moz-appearance: none !important; + color:white; + background: #35a; +} + menubar menu{ -moz-appearance: none !important; color:white; - background: url('../image/bg_titel.gif'); } menubar menu:hover{ -moz-appearance:none !important; - background:#4466cc; + background:#46d; color:yellow; } @@ -53,5 +58,5 @@ splitter{ border:0px; } iframe{ - border-left:1px solid black !important; + border-left:1px solid #888 !important; } -- 2.20.1