X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Fnavigator.css;h=2498945d0fc6a9a97e37fd53e748cd4510dd7ba3;hp=47e96a9879fd7c7f717c87d4227fc73ca70ba81d;hb=3eaf106014e514a8370529f21dab51177785274c;hpb=4c66fa004c2eb9b671f9b8a75b7d5bb37a60a838 diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index 47e96a98..2498945d 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -194,11 +194,11 @@ toolbar[toolbarmode="small"] > toolbargrippy { /* ::::: autocomplete ::::: */ -.autocomplete-treebody:-moz-tree-cell-text(value) { +.autocomplete-treebody::-moz-tree-cell-text(value) { padding-left: 13px; } -.autocomplete-treebody:-moz-tree-cell-text(comment) { +.autocomplete-treebody::-moz-tree-cell-text(comment) { color: #808080; /* font-style: italic; */ } @@ -261,7 +261,12 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #popupIcon { - list-style-image:url("chrome://communicator/skin/icons/popup-blocked.gif"); + list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif"); +} + +#popupImage { + list-style-image: url("chrome://navigator/skin/icons/about-popups.gif"); + margin: 6px 0px; } /* ::::: personal toolbar ::::: */ @@ -276,4 +281,12 @@ toolbar[toolbarmode="small"] > toolbargrippy { #home-button { list-style-image: url("chrome://communicator/skin/bookmarks/home.gif"); -} \ No newline at end of file +} + +toolbarbutton.chevron { + list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; +} + +toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { + display: none; +}