Recommended Posts

Can you keep the Favicon?

Also, if I apply it on Beta 12 the tabs don't get the squared look. Everything else works well.

Just remove this part from his code:

#page-proxy-stack{
   display: none !important;
 }

I did so and works just fine.

I've browsed through this board and in userstyles.org but I can't find that Stylish icon in you toolbar. Can you share it?

That's actually the icon for an add-on called Stratiform. It's made by our Neowin resident SoapyHamHocks :D

https://www.neowin.net/forum/topic/976782-stratiform-for-firefox-4/

That's actually the icon for an add-on called Stratiform. It's made by our Neowin resident SoapyHamHocks :D

https://www.neowin.net/forum/topic/976782-stratiform-for-firefox-4/

Thanks for the information. I've wrote a style that use those icons for Stylish. You can see them in the screenshot. I can release it if the author of the icons (SoapyHamHocks ?) gives me permition for it. Please let me know. Thank you.

50707019.png

Anyone have a stylish code to make the Identity box like this mockup, and dropdown arrows?

Firefox-4-Mockup-i06-%28Win7%29-%28Aero%29-%28TabsTop%29.png

Love the gradient in that. =)

It has been posted before. Here you go:

Identity Box

 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* identity box */

#identity-box {
  color: rgba(0,0,0,.68) !important;
  font-weight: bold;
}

#identity-box.verifiedDomain,
#identity-box.verifiedIdentity {
  text-shadow: 0 1px 0 rgba(255,255,255,.35)!important;
  -moz-box-shadow:0 0 0 1px rgba(0,0,0,.3) inset,0 2px 0 0 rgba(0,0,0,.04) inset,0 3px 0 0 rgba(255,255,255,.3) inset, 0 1px 0 0 rgba(0,0,0,.2) !important;
}

#identity-box.verifiedDomain {
  background-color: hsl(219,52%,69%) !important;
  background-image: -moz-linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.2)) !important;
}

#identity-box.verifiedIdentity {
  background-color: hsl(93,55%,55%) !important;
  background-image: -moz-linear-gradient(rgba(255,255,220,.7), rgba(255,255,220,.2) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.2)) !important;
}

#identity-box.verifiedDomain:active,
#identity-box.verifiedIdentity:active,
#identity-box.verifiedIdentity[open="true"],
#identity-box.verifiedDomain[open="true"] {
  -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.8) inset !important;
}

Dropdown Arrow

#urlbar dropmarker[anonid="historydropmarker"]{
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNpMUEtqhEAQrfaHIhqcleIqR8h1MszcZo6SnGSYrWtFyMaFC/GDP1DbTj2JkILurs+r96pLJEmipmki27ZJKUWGYZAQgpZlIU3TjtwwDHS5XEiM4/hVFMWn4zjkui7N80yWZdG+7wQDuO97iuP4W3DwVlVVwuzvnueRrusH4AS2bUu+7/8w84fGuY6dO0tLsIIR8lJKwnjsyyAI7sBpf8VnFEUPyCE+50VzGIYPJnoeari2bcOrM/iVpqlqmkblea7qun4hD8xBitnAwib5g1feSleWJZmm2bH8lUESQGzoYD47cdZ1vWVZpljthvh//VeAAQADxrNysDKqaQAAAABJRU5ErkJggg==") !important;
   margin: 2px 2px -2px 2px !important;
 }

 :-moz-any(#TabsToolbar, #nav-bar, #addon-bar) toolbaritem:not([id="urlbar-container"]) .dropmarker-icon{
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMzVBQkI5MzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwMzVBQkJBMzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDAzNUFCQjczNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDAzNUFCQjgzNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FOdgvAAABKklEQVR42mIsXXWOAQiYgZgLiDmhbHTwB4i/Q/FfFiDBCMQ8QCwPxKwMuMEPIH4MxJ9hmjhv7l+n/eT84Vn8AgI8LCwsYFX/gfj3718Mnz99eqXhGp4grWPxGqYJJPfdOSjm8V9T3YmnjhwqExGXYGVhYWX49fMnw5tXLz5HJvtOeM8t9/bd118g2xiYoJq+PHn/7QabvMEuQzPzyZ8+fvz9798foA0fvtu5uPd94VM4BNRwF6juK0g9E9S9f4H4w8O3X68JaFhuUVJWmXHjytXvOgZGk/6Ia+x9+enHDZA8VB0DC1oIfbjz6vNlTTPX/wam5nee/+U+f+/1l+vIGtA1wTS+v/784zlpAc5bTz98+QJ10l9kRSxYghak4NPTD98/Q/2LAQACDAAv54O64PQP9QAAAABJRU5ErkJggg==");
 }

I am currently using several modified stylish scripts for this result. To have a glassed navbar and active tab the border around the navbar has been made transparent. I would like to have a visible border, like in the standard theme, around the navbar and tabs, with just the interior of the navbar glassed. Now, as far as I have understood (and my tests seem to confirm), any top border of the navbar remains visible between the navbar itself and the active tab (see the attached smaller pic) unless the tab is completely opaque, because, after all, the border is an uninterrupted line from left to right and the "effect" of the tab being one and the same with the navbar is just an effect of the tab image overlapping the border and hiding it just for the width of the tab. Thus, opaque tab = continuous effect and transparent tab = border "cutting", of course to different extents according to the transparency of the border and of the tab itself.

Is the above correct, and thence there's no way to have an opaque (or slightly transparent) border arount navbar and active tab, without seeing it on the tab, or is there any way to do it, maybe with this last iteration of the tab design? I am currently removing the border with the following

#main-window[tabsontop="true"]  #nav-bar {
        background-clip: padding-box !important;
        border-top: 1px solid transparent !important; 
        border-left: 0px solid transparent !important;
        border-right: 0px solid transparent !important;
}

I actually thought (without being able to do it) of a transparent vertical gradient that gets 100% opaque just 1 or 2px on top of the navbar and on the bottom of the active tab, just to hide the border, leaving the rest of the tab and navbar transparent... is this overkill?

post-311154-0-88954700-1299432883.jpg

post-311154-0-32664900-1299433253.jpg

It has been posted before. Here you go:

Identity Box

 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* identity box */

#identity-box {
  color: rgba(0,0,0,.68) !important;
  font-weight: bold;
}

#identity-box.verifiedDomain,
#identity-box.verifiedIdentity {
  text-shadow: 0 1px 0 rgba(255,255,255,.35)!important;
  -moz-box-shadow:0 0 0 1px rgba(0,0,0,.3) inset,0 2px 0 0 rgba(0,0,0,.04) inset,0 3px 0 0 rgba(255,255,255,.3) inset, 0 1px 0 0 rgba(0,0,0,.2) !important;
}

#identity-box.verifiedDomain {
  background-color: hsl(219,52%,69%) !important;
  background-image: -moz-linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.2)) !important;
}

#identity-box.verifiedIdentity {
  background-color: hsl(93,55%,55%) !important;
  background-image: -moz-linear-gradient(rgba(255,255,220,.7), rgba(255,255,220,.2) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.2)) !important;
}

#identity-box.verifiedDomain:active,
#identity-box.verifiedIdentity:active,
#identity-box.verifiedIdentity[open="true"],
#identity-box.verifiedDomain[open="true"] {
  -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.8) inset !important;
}

Dropdown Arrow

#urlbar dropmarker[anonid="historydropmarker"]{
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNpMUEtqhEAQrfaHIhqcleIqR8h1MszcZo6SnGSYrWtFyMaFC/GDP1DbTj2JkILurs+r96pLJEmipmki27ZJKUWGYZAQgpZlIU3TjtwwDHS5XEiM4/hVFMWn4zjkui7N80yWZdG+7wQDuO97iuP4W3DwVlVVwuzvnueRrusH4AS2bUu+7/8w84fGuY6dO0tLsIIR8lJKwnjsyyAI7sBpf8VnFEUPyCE+50VzGIYPJnoeari2bcOrM/iVpqlqmkblea7qun4hD8xBitnAwib5g1feSleWJZmm2bH8lUESQGzoYD47cdZ1vWVZpljthvh//VeAAQADxrNysDKqaQAAAABJRU5ErkJggg==") !important;
   margin: 2px 2px -2px 2px !important;
 }

 :-moz-any(#TabsToolbar, #nav-bar, #addon-bar) toolbaritem:not([id="urlbar-container"]) .dropmarker-icon{
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMzVBQkI5MzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwMzVBQkJBMzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDAzNUFCQjczNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDAzNUFCQjgzNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FOdgvAAABKklEQVR42mIsXXWOAQiYgZgLiDmhbHTwB4i/Q/FfFiDBCMQ8QCwPxKwMuMEPIH4MxJ9hmjhv7l+n/eT84Vn8AgI8LCwsYFX/gfj3718Mnz99eqXhGp4grWPxGqYJJPfdOSjm8V9T3YmnjhwqExGXYGVhYWX49fMnw5tXLz5HJvtOeM8t9/bd118g2xiYoJq+PHn/7QabvMEuQzPzyZ8+fvz9798foA0fvtu5uPd94VM4BNRwF6juK0g9E9S9f4H4w8O3X68JaFhuUVJWmXHjytXvOgZGk/6Ia+x9+enHDZA8VB0DC1oIfbjz6vNlTTPX/wam5nee/+U+f+/1l+vIGtA1wTS+v/784zlpAc5bTz98+QJ10l9kRSxYghak4NPTD98/Q/2LAQACDAAv54O64PQP9QAAAABJRU5ErkJggg==");
 }

The Dropdown Arrow Code didn't work with Stylish. Not seeing any change for instance in the bookmark's button dropdown arrow.

Try and save the images he provided: (copy and paste in address bar)

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNpMUEtqhEAQrfaHIhqcleIqR8h1MszcZo6SnGSYrWtFyMaFC/GDP1DbTj2JkILurs+r96pLJEmipmki27ZJKUWGYZAQgpZlIU3TjtwwDHS5XEiM4/hVFMWn4zjkui7N80yWZdG+7wQDuO97iuP4W3DwVlVVwuzvnueRrusH4AS2bUu+7/8w84fGuY6dO0tLsIIR8lJKwnjsyyAI7sBpf8VnFEUPyCE+50VzGIYPJnoeari2bcOrM/iVpqlqmkblea7qun4hD8xBitnAwib5g1feSleWJZmm2bH8lUESQGzoYD47cdZ1vWVZpljthvh//VeAAQADxrNysDKqaQAAAABJRU5ErkJggg==

and this

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMzVBQkI5MzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwMzVBQkJBMzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDAzNUFCQjczNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDAzNUFCQjgzNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FOdgvAAABKklEQVR42mIsXXWOAQiYgZgLiDmhbHTwB4i/Q/FfFiDBCMQ8QCwPxKwMuMEPIH4MxJ9hmjhv7l+n/eT84Vn8AgI8LCwsYFX/gfj3718Mnz99eqXhGp4grWPxGqYJJPfdOSjm8V9T3YmnjhwqExGXYGVhYWX49fMnw5tXLz5HJvtOeM8t9/bd118g2xiYoJq+PHn/7QabvMEuQzPzyZ8+fvz9798foA0fvtu5uPd94VM4BNRwF6juK0g9E9S9f4H4w8O3X68JaFhuUVJWmXHjytXvOgZGk/6Ia+x9+enHDZA8VB0DC1oIfbjz6vNlTTPX/wam5nee/+U+f+/1l+vIGtA1wTS+v/784zlpAc5bTz98+QJ10l9kRSxYghak4NPTD98/Q/2LAQACDAAv54O64PQP9QAAAABJRU5ErkJggg==

then use this code:

#urlbar dropmarker[anonid="historydropmarker"]{
   list-style-image: url("where_images_are/this.png") !important;
   margin: 2px 2px -2px 2px !important;
 }

 :-moz-any(#TabsToolbar, #nav-bar, #addon-bar) toolbaritem:not([id="urlbar-container"]) .dropmarker-icon{
   list-style-image: url("where_images_are/this2.png");
 }

replace the where images are with the location of the images

I think there are some problems on the long url when pasted in bbcode (though I never encountered that before, I can't post a direct link either).

Try and save the image he provided.

this and this2

then use this code:

#urlbar dropmarker[anonid="historydropmarker"]{
   list-style-image: url("where_this_is/this.png") !important;
   margin: 2px 2px -2px 2px !important;
 }

 :-moz-any(#TabsToolbar, #nav-bar, #addon-bar) toolbaritem:not([id="urlbar-container"]) .dropmarker-icon{
   list-style-image: url("where_this2_is/this2.png");
 }

That halfway worked. I see the image when I do not click on it. When I click on the image, I then see no dropdown arrow.

Here is the code that I have so far:

#urlbar dropmarker[anonid="historydropmarker"]{
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNpMUEtqhEAQrfaHIhqcleIqR8h1MszcZo6SnGSYrWtFyMaFC/GDP1DbTj2JkILurs+r96pLJEmipmki27ZJKUWGYZAQgpZlIU3TjtwwDHS5XEiM4/hVFMWn4zjkui7N80yWZdG+7wQDuO97iuP4W3DwVlVVwuzvnueRrusH4AS2bUu+7/8w84fGuY6dO0tLsIIR8lJKwnjsyyAI7sBpf8VnFEUPyCE+50VzGIYPJnoeari2bcOrM/iVpqlqmkblea7qun4hD8xBitnAwib5g1feSleWJZmm2bH8lUESQGzoYD47cdZ1vWVZpljthvh//VeAAQADxrNysDKqaQAAAABJRU5ErkJggg==") !important;
   margin: 2px 2px -2px 2px !important;
 }

 :-moz-any(#TabsToolbar, #nav-bar, #addon-bar) toolbaritem:not([id="urlbar-container"]) .dropmarker-icon{
   list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwMzVBQkI5MzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwMzVBQkJBMzZDMzExRTA5RDYxRjE4MDRDMjBCNUE0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDAzNUFCQjczNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDAzNUFCQjgzNkMzMTFFMDlENjFGMTgwNEMyMEI1QTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FOdgvAAABKklEQVR42mIsXXWOAQiYgZgLiDmhbHTwB4i/Q/FfFiDBCMQ8QCwPxKwMuMEPIH4MxJ9hmjhv7l+n/eT84Vn8AgI8LCwsYFX/gfj3718Mnz99eqXhGp4grWPxGqYJJPfdOSjm8V9T3YmnjhwqExGXYGVhYWX49fMnw5tXLz5HJvtOeM8t9/bd118g2xiYoJq+PHn/7QabvMEuQzPzyZ8+fvz9798foA0fvtu5uPd94VM4BNRwF6juK0g9E9S9f4H4w8O3X68JaFhuUVJWmXHjytXvOgZGk/6Ia+x9+enHDZA8VB0DC1oIfbjz6vNlTTPX/wam5nee/+U+f+/1l+vIGtA1wTS+v/784zlpAc5bTz98+QJ10l9kRSxYghak4NPTD98/Q/2LAQACDAAv54O64PQP9QAAAABJRU5ErkJggg==");
 }

Just use

.urlbar-history-dropmarker

as the selector.

.urlbar-history-dropmarker {
  list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNpMUEtqhEAQrfaHIhqcleIqR8h1MszcZo6SnGSYrWtFyMaFC/GDP1DbTj2JkILurs+r96pLJEmipmki27ZJKUWGYZAQgpZlIU3TjtwwDHS5XEiM4/hVFMWn4zjkui7N80yWZdG+7wQDuO97iuP4W3DwVlVVwuzvnueRrusH4AS2bUu+7/8w84fGuY6dO0tLsIIR8lJKwnjsyyAI7sBpf8VnFEUPyCE+50VzGIYPJnoeari2bcOrM/iVpqlqmkblea7qun4hD8xBitnAwib5g1feSleWJZmm2bH8lUESQGzoYD47cdZ1vWVZpljthvh//VeAAQADxrNysDKqaQAAAABJRU5ErkJggg==) !important;
  -moz-image-region: auto !important;
}

Just use

.urlbar-history-dropmarker

as the selector.

.urlbar-history-dropmarker {
  list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPlJREFUeNpMUEtqhEAQrfaHIhqcleIqR8h1MszcZo6SnGSYrWtFyMaFC/GDP1DbTj2JkILurs+r96pLJEmipmki27ZJKUWGYZAQgpZlIU3TjtwwDHS5XEiM4/hVFMWn4zjkui7N80yWZdG+7wQDuO97iuP4W3DwVlVVwuzvnueRrusH4AS2bUu+7/8w84fGuY6dO0tLsIIR8lJKwnjsyyAI7sBpf8VnFEUPyCE+50VzGIYPJnoeari2bcOrM/iVpqlqmkblea7qun4hD8xBitnAwib5g1feSleWJZmm2bH8lUESQGzoYD47cdZ1vWVZpljthvh//VeAAQADxrNysDKqaQAAAABJRU5ErkJggg==) !important;
  -moz-image-region: auto !important;
}

That looks a bit different, unless I'm doing something wrong:

4I1ms.png

Here is how everything looks atm:

KBVSK.png

As you see the dropdown arrow right below the Close button still isn't the right format like the Bookmarks button, and when I click the URL history arrow, it shows no image then (all white). Not sure if I am doing something wrong here...

The forum messes up the formatting, just remove any blank space in the data url line. I've attached the image if that fails.

post-49492-0-79186800-1299473744.png

I have that showing but when I click it nothing shows up. Shouldn't there be another image just like that, but when clicked it turns like a grey? I recall something like that when using Strata40 at one point, unless that's changed since then.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I am actually looking forward to this..... I think Dark Ages was way more fun than the tedious expansions for Doom 2 (nu-doom).
    • Pretty sure you will be happy with the result, good luck and take it slow!
    • Mixed thoughts. I do think MS realized it need's to re-focus on it's core while trying to get people to ultimate pay for AI. My windows machines is my gaming tower. That being said a windows machine I used as a server was just recently converted to no GUI Linux server (and it runs so much better for it's purpse), and general purpose laptop (non-gaming) that could run Windows 11 is using Linux. My work device is a MacBook Pro, and I have a raspberry PI acting as my DNS server, using linux. I honestly have more non-windows devices then devices. I don't consider myself typical user however.  
    • Here is how to watch Apple's WWDC 2026 conference where iOS 27 is expected by Taras Buria It is Monday, June 8, 2026, which means today is the day Apple kicks off its annual Worldwide Developer Conference, WWDC 2026. As usual, today's keynote will be full of consumer and developer-focused announcements, including new versions of Apple's operating systems, developer tools, and more. Apple streams its developer conferences, allowing everyone to tune in and watch the announcements live. Today is no exception, so here is how you can watch it. Apple WWDC 2026 will be available to watch on Apple's official website here. Also, you can stream it on YouTube and the Apple TV app on your Apple device. The stream kicks off at 10 AM PDT / 1 PM EDT / 6 PM GMT+1. Apple's annual developer conference usually focuses on new software experiences, so do not expect major hardware announcements. What is expected is the "27" series of Apple's operating systems, including iOS, iPadOS, watchOS, tvOS, visionOS, and macOS. Apple is unlikely to introduce major UI changes, but you can expect subtle tweaks to the Liquid Glass design language, particularly on Mac. One of the biggest changes Apple plans to announce today is a reworked, AI-powered Siri. The assistant will be available as a standalone app with a chatbot-like experience and Google's AI models under the hood. If you want to learn more about what is expected today at WWDC 2026, check out our dedicated article here. However, if you prefer a spoiler-free stream, tune in at 10 AM PDT / 1 PM EDT on Apple's official website, its YouTube channel, or the Apple TV app.
    • For we consumer readers, it would be helpful if you clearly stated in the headline if the article is about consumer or enterprise. Then readers will know if the article applies to them or not. 2 cents.
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Steven P.
      72
    4. 4
      ATLien_0
      68
    5. 5
      neufuse
      67
  • Tell a friend

    Love Neowin? Tell a friend!