X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=8e759cbb7d172bf479f4ffc905b5a83165b5c6d5;hp=2f5977f8284b126fa126cf13e1e6d0e620c1335b;hb=dbd844cb7cf3813ee33ce4ef53ca93b53e03e67d;hpb=d7cfd76848115d5cb1d386c2dde588ed453c3073 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 2f5977f8..8e759cbb 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, @@ -958,12 +958,12 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon -moz-image-region: rect(0, 180px, 18px, 162px); } -#print-button:not([disabled="true"]):hover { - -moz-image-region: rect(18px, 162px, 36px, 144px); +#new-tab-button:not([disabled="true"]):hover { + -moz-image-region: rect(18px, 180px, 36px, 162px); } -#print-button[disabled="true"] { - -moz-image-region: rect(36px, 162px, 54px, 144px); +#new-tab-button[disabled="true"] { + -moz-image-region: rect(36px, 180px, 54px, 162px); } /* new window button */ @@ -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 */ @@ -1777,6 +1777,23 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- margin-top: 0px; } +.tabbrowser-tab{ + padding: 1px 4px 2px; +} + +.tabbrowser-tab:first-of-type { + -moz-margin-start: 2px; +} + +.tabs-newtab-button { + border-radius: 8px 8px 0px 0px; + -moz-margin-start: 0; +} + +.tabs-newtab-button:not(:hover) { + background-color: #C09070; +} + .tabbrowser-tab:hover, .tabs-newtab-button:hover { } @@ -1813,7 +1830,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- background-color: #E7ADE7; } .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover { - background-color: #0000FF; + background-color: #3333FF; color: #000000; } @@ -1827,15 +1844,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"); -} - -#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] { - min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */ + list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); } .tab-throbber[pinned], @@ -1859,6 +1872,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- .tab-close-button { border: none; padding: 0px; + margin-top: 1px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } @@ -2196,6 +2210,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { list-style-image: url("chrome://browser/skin/webapps-64.png"); } +.popup-notification-icon[popupid="webRTC-shareDevices"] { + list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png"); +} + /* Notification icon box */ #notification-popup-box { position: relative; @@ -2263,6 +2281,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); } +#webRTC-notification-icon { + list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png"); +} + #identity-popup-container { min-width: 280px; } @@ -2990,6 +3012,12 @@ html|*#gcli-output-frame { border-color: transparent; } +.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection { + background-color: #008484; + color: #000000; + text-shadow: none; +} + .gclitoolbar-complete-node { padding-left: 21px; background-color: transparent; @@ -3039,13 +3067,12 @@ html|*#gcli-output-frame { /* Responsive Mode */ -vbox[anonid=browserContainer][responsivemode] { - background: #392900 url("chrome://browser/skin/devtools/responsive-background.png"); - box-shadow: 0 0 7px #9C9CFF inset; +.browserContainer[responsivemode] { + background: #221500 url("chrome://browser/skin/devtools/responsive-background.png"); padding: 0 20px 20px 20px; } -stack[anonid=browserStack][responsivemode] { +.browserStack[responsivemode] { box-shadow: 0 0 7px #9C9CFF; } @@ -3135,6 +3162,10 @@ stack[anonid=browserStack][responsivemode] { display: none; } +#developer-toolbar-toolbox-button { + -moz-image-region: rect(64px, 16px, 80px, 0); +} + /* Error counter */ #developer-toolbar-webconsole[error-count]:before { @@ -3399,10 +3430,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) { @@ -3416,13 +3450,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; @@ -3430,15 +3464,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; }