X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=ec255acb83ac8ba372711cd2963872e0aa18a88d;hp=a31c0af4fac45a621ad8df3297e604447952eb80;hb=eec397bed63746d5575bf0b2952a2bcce09d03c5;hpb=94e078c26d574e5bc5200b9afe10988d3f416d61 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index a31c0af4..ec255acb 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -483,6 +483,10 @@ menuitem.bookmark-item { -moz-image-region: auto; } +.bookmark-item[container][livemark] .bookmark-item[visited] { + /* nothing yet */ +} + .bookmark-item[container][query] { list-style-image: url("chrome://communicator/skin/bookmarks/query.png"); -moz-image-region: auto; @@ -2528,21 +2532,17 @@ highlighter-veil-transparentbox { /* Highlighter - Node Infobar - text */ -#highlighter-nodeinfobar-tagname { +html|*#highlighter-nodeinfobar-tagname { color: #FFCF00; } -#highlighter-nodeinfobar-id { +html|*#highlighter-nodeinfobar-id { color: #9C9CFF; } -.highlighter-nodeinfobar-class { - color: #FF9F00; -} - /* Highlighter - Node Infobar - box & arrow */ - -#highlighter-nodeinfobar { +.highlighter-nodeinfobar { + color: #FF9F00; border: 1px solid rgba(156, 156, 255, .5); border-radius: 3px; padding: 8px 16px;