Merge branch 'master' of linz:/srv/git/themes
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 9 Dec 2012 21:22:12 +0000 (22:22 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 9 Dec 2012 21:22:12 +0000 (22:22 +0100)
1  2 
LCARStrek/browser/browser.css

index e44fecc54f7ade429725710b6e3b1258919172d1,b52d9954abea91d9630ed2b975e617e5064914b0..07e118c76a84627c3231f8a07d02c727ca2fc689
@@@ -1747,12 -1747,12 +1747,12 @@@ richlistitem[type~="action"][actiontype
  }
  
  #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 */
  }
  
  .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");
  }
  
 -#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
 -  min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */
 -}
 -
  .tab-throbber[pinned],
  .tab-icon-image[pinned] {
    -moz-margin-start: 2px;
@@@ -2192,10 -2196,6 +2192,10 @@@ toolbarbutton.bookmark-item[dragover="t
    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,10 -2263,6 +2263,10 @@@ window:not([chromehidden~=toolbar]) #na
    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;
  }
@@@ -2994,12 -2990,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;
  
  /* 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;
  }