X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=4a0c9bfab345b84486420a897d50a0d80bf1d5f4;hp=e44fecc54f7ade429725710b6e3b1258919172d1;hb=270cbf0c786cf69c16cdfeccc4ff73f9043b0f06;hpb=7bc075b60dbf0a7a6a0fd49787e7315acbce49c2 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index e44fecc5..4a0c9bfa 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -30,7 +30,7 @@ menubar { /* ::::: primary toolbar ::::: */ .toolbar-primary > .toolbar-box > .toolbar-holder { - background-color: #FF9F00; + background-color: #A09090; } .toolbar-primary > .toolbar-box > .toolbar-startcap, @@ -1747,12 +1747,12 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- } #navigator-throbber[busy="true"] { - list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } #navigator-throbber, #wrapper-navigator-throbber > #navigator-throbber { - list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-single.png"); } /* Tabstrip */ @@ -1827,11 +1827,11 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- } .tab-throbber { - list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png"); } .tab-throbber[progress] { - list-style-image: url("chrome://browser/skin/tabbrowser/loading.png"); + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } .tab-throbber[pinned], @@ -3144,6 +3144,10 @@ html|*#gcli-output-frame { display: none; } +#developer-toolbar-toolbox-button { + -moz-image-region: rect(64px, 16px, 80px, 0); +} + /* Error counter */ #developer-toolbar-webconsole[error-count]:before { @@ -3408,10 +3412,13 @@ chatbox[minimized="true"] { .click-to-play-plugins-notification-icon-box { background: #000000; - -moz-border-end: 1px solid #9C9CFF; + -moz-border-end: 1px solid #FF9F00; padding-top: 16px; -moz-padding-end: 16px; -moz-padding-start: 24px; + -moz-margin-start: 4px; + margin-top: 4px; + margin-bottom: 4px; } .click-to-play-plugins-notification-icon-box:-moz-locale-dir(ltr) { @@ -3425,13 +3432,13 @@ chatbox[minimized="true"] { } .click-to-play-plugins-notification-separator { - -moz-border-start: 1px solid #9C9CFF; - border-top: 1px solid #9C9CFF; + /*-moz-border-start: 1px solid #9C9CFF; + border-top: 1px solid #9C9CFF;*/ } .click-to-play-plugins-notification-description-box { - border-bottom: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF; + /*border-bottom: 1px solid #9C9CFF; + -moz-border-start: 1px solid #9C9CFF;*/ padding-top: 12px; -moz-padding-end: 11px; padding-bottom: 9px; @@ -3439,15 +3446,16 @@ chatbox[minimized="true"] { } .click-to-play-plugins-notification-center-box { - border-top: 1px solid #9C9CFF; - border-bottom: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF; + border-top: 1px solid #FF9F00; + border-bottom: 1px solid #FF9F00; + /*-moz-border-start: 1px solid #9C9CFF;*/ background-color: #000000; + -moz-margin-end: 4px; } .click-to-play-plugins-notification-button-container { - border-top: 1px solid #9C9CFF; - -moz-border-start: 1px solid #9C9CFF; + /*border-top: 1px solid #9C9CFF; + -moz-border-start: 1px solid #9C9CFF;*/ margin: 0px; padding: 16px; }