X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=3c5faec24c7bdfa6d65a69d3a2e140b2621dcbef;hp=a03b3a86a152bdabc5d5393718962325c296e9d4;hb=3e6e0e5c00feea277ec18fc64d75b4bdb2f5d0a1;hpb=f993773df903b31f33af331dc3fbd4394beed74d diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index a03b3a86..3c5faec2 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1480,12 +1480,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .panel-promo-box { - margin: 8px -16px -16px -16px; - padding: 8px 16px; + margin: 5px -6px -6px -6px; + padding: 5px; background-color: #000000; color: #FF9F00; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; border-top: 1px solid #9C9CFF; } @@ -1497,8 +1497,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- .panel-promo-closebutton { list-style-image: url("chrome://global/skin/icons/close-button.gif"); - -moz-margin-end: -10px; - margin-top: -5px; + -moz-margin-end: -3px; + margin-top: -3px; } .panel-promo-closebutton:hover { @@ -1981,16 +1981,13 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { background-color: #000000; background-clip: padding-box; padding-left: 3px; - border-radius: 2.5px 0 0 2.5px; + border-radius: 3px 0 0 3px; -moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0; -moz-margin-end: -8px; - margin-top: -2px; - margin-bottom: -2px; } #notification-popup-box:not([hidden]) + #identity-box { -moz-padding-start: 10px; - border-radius: 0; } #notification-popup-box:-moz-locale-dir(rtl), @@ -2004,8 +2001,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } .notification-anchor-icon:-moz-focusring { - outline: 1px dotted -moz-DialogText; - outline-offset: -3px; + outline: 1px dotted #008484; +/* outline-offset: -3px; */ } #default-notification-icon { @@ -2209,10 +2206,7 @@ panel[dimmed="true"] { #addon-bar { min-height: 20px; border-top: 3px solid #000000; -} - -#addon-bar:not(:-moz-lwtheme) { - -moz-appearance: statusbar; + border-bottom-width: 0; } #addon-bar .toolbar-holder { @@ -2278,3 +2272,9 @@ panel[dimmed="true"] { border-top-left-radius: .3em; margin-left: 1em; } + +/* HACK to abolish devily color on main content */ + +#content { + background-color: transparent !important; +}