X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=ec255acb83ac8ba372711cd2963872e0aa18a88d;hp=1dd537a1c7644fb6561bb4acbb4871724b4702e3;hb=eec397bed63746d5575bf0b2952a2bcce09d03c5;hpb=4d58ff64c9c6add9a18f36e5cd65798d60c47475 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 1dd537a1..ec255acb 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -415,6 +415,7 @@ menubar { /* ::::: bookmark buttons ::::: */ +/*.bookmark-item:not(#bookmarks-menu-button) > .toolbarbutton-icon */ .bookmark-item > .toolbarbutton-icon { width: 16px; height: 16px; @@ -430,9 +431,7 @@ menubar { } #wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box { - width: 16px; - height: 16px; - background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat; + background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat center; } .bookmarks-toolbar-customize { @@ -484,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; @@ -1183,6 +1186,8 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon #urlbar { width: 7em; min-width: 7em; + /* make color as light as possible to deal with dark non-domain parts */ + color: #FFBFFF; } #urlbar:-moz-lwtheme, @@ -1320,7 +1325,7 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, background: transparent; } -#urlbar-search-splitter + #urlbar-container > #urlbar , +#urlbar-search-splitter + #urlbar-container > #urlbar, #urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox { -moz-margin-start: 0; } @@ -1446,12 +1451,7 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon #page-proxy-favicon { width: 16px; height: 16px; -} - -#page-proxy-stack { - width: 24px; - height: 18px; - padding: 1px 4px; + /* margin: 1px 4px; */ } #page-proxy-favicon:not([src]) { @@ -1665,10 +1665,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .panel-promo-box { - margin: 5px -6px -6px -6px; + margin: 5px -6px -6px; padding: 5px; - background-color: #000000; - color: #FF9F00; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top: 1px solid #9C9CFF; @@ -1849,7 +1847,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */ -@media all and (-moz-touch-enabled) { +@media (-moz-touch-enabled) { .tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-arrowscrollbox > .scrollbutton-down, #TabsToolbar .toolbarbutton-1 { @@ -2517,46 +2515,34 @@ highlighter-veil-transparentbox { -moz-margin-start: 2px; } -/* Highlighter - toolbar resizers */ - -.inspector-resizer { - -moz-appearance: none; - cursor: n-resize; +#devtools-sidebar-box { + background-color: #000000; } +/* Highlighter - toolbar resizer */ + #inspector-top-resizer { + -moz-appearance: none; + cursor: n-resize; background: none; height: 4px; } -#inspector-end-resizer { - width: 12px; - height: 8px; - border-width: 1px 1px 0; - border-style: solid; - border-color: #008484; - margin: 7px 7px 8px; -} - /* Highlighter - Node Infobar */ /* 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; @@ -2624,6 +2610,10 @@ highlighter-veil-transparentbox { padding: 0 6px; } +#inspector-breadcrumbs > .scrollbutton-up, +#inspector-breadcrumbs > .scrollbutton-down { +} + .inspector-breadcrumbs-button { /*background-color: transparent;*/ border-width: 2px 13px !important; @@ -2650,6 +2640,12 @@ highlighter-veil-transparentbox { /*color: #8d99a6; */ } +/* fit height of other buttons to breadcrumbs */ +#inspector-toolbar .devtools-toolbarbutton, +#highlighter-closebutton { + min-height: 25px; +} + /* Highlighter toolbar - breadcrumbs - LTR */ .inspector-breadcrumbs-button:-moz-locale-dir(ltr):first-of-type {