new color scheme adaptions to menubars and toolbars
[themes.git] / LCARStrek / browser / browser.css
index 2f5977f8284b126fa126cf13e1e6d0e620c1335b..4a0c9bfab345b84486420a897d50a0d80bf1d5f4 100644 (file)
@@ -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,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],
@@ -2196,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;
@@ -2263,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;
 }
@@ -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;
@@ -3039,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;
 }
 
@@ -3135,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 {
@@ -3399,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) {
@@ -3416,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;
@@ -3430,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;
 }