From: Sven Donath Date: Sat, 21 Aug 2010 16:36:54 +0000 (+0200) Subject: XUL - Menü repariert. X-Git-Tag: release-2.6.2beta1~172 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d5293ff58d82db9cf0563bd0c75975f58e4d0f09;p=kivitendo-erp.git XUL - Menü repariert. Nach meinen Änderungen in Commit c8c6d6d war ein Versatz in der Menu Bar. Eintrag für XUL in Programm->Einstellungen->Menü-Variante geändert. --- 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; }