X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=f583841fea1ecd6004748bc6c1ed36fdcc5032dd;hp=b55e58acd5c62fb4f9b451269f0f179d40fa8c97;hb=445863a284a9920d9f9633ca01b87ca65609a94c;hpb=c29b709d831267c35464cdff935f54cd752609db diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index b55e58ac..f583841f 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1136,7 +1136,6 @@ 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; } @@ -1236,6 +1235,7 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, .urlbar-input-box { -moz-margin-start: 0; + min-width: 4em; } #urlbar-icons { @@ -1602,8 +1602,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- /* social recommending panel */ #share-button { - width: 16px; - height: 16px; + -moz-image-region: rect(0, 16px, 16px, 0); } #socialUserPortrait { @@ -1636,11 +1635,11 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- text-decoration: underline; } -#editSharePopupText { +#unsharePopupText { height: 48px; } -#editSharePopupBottomButtons { +#unsharePopupBottomButtons { margin-top: 1em; } @@ -1748,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 */ @@ -1828,15 +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"); -} - -#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], @@ -2149,9 +2144,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } .popup-notification-icon[popupid="click-to-play-plugins"] { - list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); - width: 32px; - height: 32px; + list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked-64.png"); } .addon-progress-description { @@ -2199,6 +2192,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; @@ -2266,6 +2263,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; } @@ -2506,19 +2507,14 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon /* Highlighter */ -.highlighter-veil { - background-color: rgba(25, 25, 25, 0.5); -} - -highlighter-veil-transparentbox { - box-shadow: 0 0 0 1px rgba(0,0,0,0.5); - outline: 1px dashed rgba(255,255,255,0.5); - outline-offset: -1px; +#highlighter-outline { + box-shadow: 0 0 0 1px black; + outline: 1px dashed white; } -#highlighter-veil-container[locked] > #highlighter-veil-middlebox > #highlighter-veil-transparentbox { - box-shadow: 0 0 0 1px black; - outline-color: white; +#highlighter-outline[locked] { + box-shadow: 0 0 0 1px rgba(0,0,0,0.3); + outline-color: rgba(255,255,255,0.7); } /* Highlighter toolbar */ @@ -2533,16 +2529,6 @@ highlighter-veil-transparentbox { -moz-image-region: rect(0 32px 16px 16px); } -#inspector-option-toolbarbutton { - list-style-image: url("chrome://browser/skin/devtools/inspector-option-icon.png"); - -moz-image-region: rect(0 16px 16px 0); -} - -#inspector-option-toolbarbutton[open], -#inspector-option-toolbarbutton:hover { - -moz-image-region: rect(0 32px 16px 16px); -} - #inspector-toolbar, #developer-toolbar { border-top: 3px solid #000000; @@ -3008,6 +2994,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; @@ -3057,13 +3049,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; } @@ -3112,10 +3103,6 @@ stack[anonid=browserStack][responsivemode] { transition: height 100ms; } -.web-console-splitter { - border: none; -} - /* Developer Toolbar */ .developer-toolbar-button { @@ -3157,6 +3144,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 { @@ -3210,8 +3201,7 @@ stack[anonid=browserStack][responsivemode] { } .social-notification-icon-image { - width: 16px; - height: 16px; + -moz-image-region: rect(0, 16px, 16px, 0); } #social-notification-icon-mentions { @@ -3244,7 +3234,6 @@ stack[anonid=browserStack][responsivemode] { background-color: #000000; color: #FF9F00; position: relative; - font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; cursor: pointer; } @@ -3255,7 +3244,8 @@ stack[anonid=browserStack][responsivemode] { margin: 10px; } -#social-statusarea-user > vbox > .link { +#social-statusarea-user > vbox > #social-statusarea-notloggedin, +#social-statusarea-user > vbox > #social-statusarea-username { background: transparent; border: none; color: #9C9CFF; @@ -3263,7 +3253,9 @@ stack[anonid=browserStack][responsivemode] { margin: 0 6px; list-style-image: none; } -#social-statusarea-user:hover > vbox > .link { + +#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-notloggedin, +#social-statusarea-user[_moz-menuactive] > vbox > #social-statusarea-username { text-decoration: underline; } @@ -3271,7 +3263,6 @@ stack[anonid=browserStack][responsivemode] { padding: 0; } -#social-notification-box, .social-panel-frame { border-radius: inherit; } @@ -3307,6 +3298,7 @@ stack[anonid=browserStack][responsivemode] { .chat-title { font-weight: bold; font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + text-shadow: none; cursor: inherit; } @@ -3314,7 +3306,7 @@ stack[anonid=browserStack][responsivemode] { background-color: #9C9CFF; color: #000000; height: 20px; - min-height: 20px; + min-height: 16px; width: 100%; margin: 0; padding: 2px; @@ -3355,24 +3347,31 @@ stack[anonid=browserStack][responsivemode] { -moz-border-end: 1px solid #008484; } -.chatbar-button > .button-box > .box-inherit > .button-icon { +.chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon { + width: auto; + height: auto; max-height: 16px; max-width: 16px; - padding: 2px; } -.chatbar-button[open="true"], -.chatbar-button:hover, -.chatbar-button:active:hover { +.chatbar-button > .toolbarbutton-icon { + opacity: .6; + -moz-margin-end: 0; +} +.chatbar-button:hover > .toolbarbutton-icon, +.chatbar-button[open="true"] > .toolbarbutton-icon { + opacity: 1; +} + +.chatbar-button[open="true"] { } -/* toolbarbutton-icon */ .chatbar-button > .toolbarbutton-text, .chatbar-button > .toolbarbutton-menu-dropmarker { display: none; } -.chatbar-button[activity] { +.chatbar-button[activity]:not([open="true"]) { background-color: #E7ADE7; } @@ -3382,26 +3381,28 @@ stack[anonid=browserStack][responsivemode] { .chatbar-innerbox { background: transparent; - margin: -200px -1px 0 -1px; + margin: -285px 0 0; overflow: hidden; } +chatbar { + -moz-margin-end: 20px; +} + chatbar > chatbox { - height: 200px; - width: 200px; + height: 285px; + width: 260px; + -moz-margin-start: 4px; background-color: #000000; border: 1px solid #9C9CFF; border-bottom: none; + border-top-left-radius: 2.5px; + border-top-right-radius: 2.5px; } -chatbar > chatbox[minimized="true"] { - width: 100px; +chatbox[minimized="true"] { + width: 160px; height: 20px; - border-bottom: none; -} - -chatbar > chatbox + chatbox { - -moz-margin-start: -1px; } .click-to-play-plugins-notification-content {