From: Robert Kaiser Date: Sun, 12 May 2013 20:29:38 +0000 (+0200) Subject: complete sync of LCARStrek with browser winstripe changes in Firefox 21 cycle X-Git-Tag: LCARStrek-2.18~2 X-Git-Url: https://git-public.kairo.at/?a=commitdiff_plain;h=f9fc08c79bdf98effdbf7ed9aefecd38a25cc432;hp=05e71693d17f86b92ca00526ff75d20bc0cb5004;p=themes.git complete sync of LCARStrek with browser winstripe changes in Firefox 21 cycle --- diff --git a/LCARStrek/browser/KUI-close.png b/LCARStrek/browser/KUI-close.png deleted file mode 100644 index 8fc30945..00000000 Binary files a/LCARStrek/browser/KUI-close.png and /dev/null differ diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 2c03e6da..1c9448a9 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1911,29 +1911,17 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- } #alltabs-button { - list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png"); - -moz-image-region: rect(0, 14px, 16px, 0); -} - -#alltabs-button:hover, -#alltabs-button:hover:active { - -moz-image-region: rect(0, 28px, 16px, 14px); -} - -#alltabs-button[type="menu"] { list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); - -moz-image-region: auto; } -#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker { +#alltabs-button > .toolbarbutton-menu-dropmarker { display: none; } -#alltabs-button[type="menu"]:hover, -#alltabs-button[type="menu"]:hover:active, -#alltabs-button[type="menu"][open="true"] { +#alltabs-button:hover, +#alltabs-button:hover:active, +#alltabs-button[open="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); - -moz-image-region: auto; } /* All tabs menupopup */ @@ -2332,20 +2320,6 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon /*background-color: rgba(27%,27%,27%,.65);*/ } -.KUI-panel-closebutton { - list-style-image: url("KUI-close.png"); - width: 24px; - height: 24px; -} - -.KUI-panel-closebutton:not(:hover) { -} - -.KUI-panel-closebutton > .toolbarbutton-icon { -} - -/* ::::: Ctrl-Tab and All Tabs Panels ::::: */ - /* Ctrl-Tab */ #ctrlTab-panel { @@ -2394,53 +2368,6 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon margin-top: .5em; } -/* All Tabs */ - -#allTabs-panel { - padding-bottom: 10px; -} - -#allTabs-meta { - margin: 10px; -} - -#allTabs-filter { - -moz-margin-start: 24px; - -moz-margin-end: 0; -} - -#allTabs-tab-close-button > .toolbarbutton-icon { - margin: 0; -} - -.allTabs-favicon[src] { - width: 22px; - height: 22px; - padding-top: 1px; - padding-bottom: 5px; - -moz-padding-start: 1px; - -moz-padding-end: 5px; - margin-top: -2px; - -moz-margin-start: -2px; - border-bottom-right-radius: 4px; -} - -.allTabs-favicon[src]:-moz-locale-dir(rtl) { - border-bottom-right-radius: 0; - border-bottom-left-radius: 4px; -} - -.allTabs-preview-inner > .tabPreview-canvas { - background-color: #E7ADE7; -} - -.allTabs-preview:not(:hover):not([closebuttonhover]) > html|canvas { -} - -.allTabs-preview:focus > * > .allTabs-preview-inner { - outline: 1px dotted #008484; -} - /* Add-on bar */ #addon-bar { diff --git a/LCARStrek/browser/devtools/commandline.css b/LCARStrek/browser/devtools/commandline.css index d0f125e7..14bfc921 100644 --- a/LCARStrek/browser/devtools/commandline.css +++ b/LCARStrek/browser/devtools/commandline.css @@ -71,6 +71,10 @@ font-size: 80%; } +.gcli-row-out td { + white-space: nowrap; +} + .gcli-out-shortcut, .gcli-help-synopsis { padding: 0 3px; diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index c3b7b593..40f3976b 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -144,7 +144,6 @@ devtools-menulist:-moz-focusring, } .devtools-no-search-result { - transition-property: box-shadow, border-color, background-image; /* box-shadow: inset 0 0 0 1px hsla(0,68%,6%,.35); border-color: hsl(10,70%,40%) hsl(10,75%,37%) hsl(10,80%,35%) !important;*/ background-image: url("magnifying-glass.png"), linear-gradient(rgba(255,0,0,.15), rgba(255,0,0,.35)); diff --git a/LCARStrek/browser/devtools/csshtmltree.css b/LCARStrek/browser/devtools/csshtmltree.css index 3ed82693..bdf9f831 100644 --- a/LCARStrek/browser/devtools/csshtmltree.css +++ b/LCARStrek/browser/devtools/csshtmltree.css @@ -125,7 +125,7 @@ link:hover { background-color: #000000; } -.onlyuserstyles { +.includebrowserstyles { cursor: pointer; font-size: 11px; } diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index 2af2c7f5..911d1a5f 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -432,7 +432,6 @@ window { .property > .title > .value { -moz-padding-start: 6px; -moz-padding-end: 4px; - cursor: text; } .property[editable] > .title > .value { diff --git a/LCARStrek/browser/devtools/orion.css b/LCARStrek/browser/devtools/orion.css index cd96fa63..bfacc960 100644 --- a/LCARStrek/browser/devtools/orion.css +++ b/LCARStrek/browser/devtools/orion.css @@ -56,15 +56,30 @@ background-position: center; background-repeat: no-repeat; } -.annotationHTML.task { +.annotation.task .annotationHTML { background-image: url("chrome://browser/skin/devtools/orion-task.png"); } -.annotationHTML.breakpoint { +.annotation.breakpoint .annotationHTML { background-image: url("chrome://browser/skin/devtools/orion-breakpoint.png"); } -.annotationHTML.debugLocation { +.annotation.debugLocation .annotationHTML { background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"); } +.annotation.breakpoint.debugLocation .annotationHTML, +.annotation.task.debugLocation .annotationHTML { + background-position: center, center; + background-repeat: no-repeat, no-repeat; + background-size: 75%, 100%; +} +.annotation.breakpoint.debugLocation .annotationHTML { + background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"), + url("chrome://browser/skin/devtools/orion-breakpoint.png"); +} + +.annotation.task.debugLocation .annotationHTML { + background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"), + url("chrome://browser/skin/devtools/orion-task.png"); +} /* Styles for the overview ruler */ .annotationOverview { diff --git a/LCARStrek/browser/tabbrowser/alltabs.png b/LCARStrek/browser/tabbrowser/alltabs.png deleted file mode 100644 index a737db06..00000000 Binary files a/LCARStrek/browser/tabbrowser/alltabs.png and /dev/null differ