update both themes to state of suite default trunk of 2010-11-14
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 8b770335b78565d0462a4b6ca6da10cf7cabd07d..3d65c987795206bab2cf5e9e93c993571ddcc3a0 100644 (file)
   margin: 20px;
 }
 
-#view-port {
+#view-port-container {
+  /* Needed to allow the radius to clip the inner content, see bug 595656 */
+  overflow: hidden;
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }
 
+.nav-button {
+  list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+  min-width: 0;
+  -moz-margin-end: 0;
+}
+
+#back-btn:-moz-locale-dir(ltr),
+#forward-btn:-moz-locale-dir(rtl) {
+  -moz-image-region: rect(42px 25px 63px 0px);
+}
+
+#back-btn[disabled="true"]:-moz-locale-dir(ltr),
+#forward-btn[disabled="true"]:-moz-locale-dir(rtl) {
+  -moz-image-region: rect(42px 50px 63px 25px);
+}
+
+#back-btn:-moz-locale-dir(rtl),
+#forward-btn:-moz-locale-dir(ltr) {
+  -moz-image-region: rect(63px 25px 84px 0px);
+}
+
+#back-btn[disabled="true"]:-moz-locale-dir(rtl),
+#forward-btn[disabled="true"]:-moz-locale-dir(ltr) {
+  -moz-image-region: rect(63px 50px 84px 25px);
+}
+
 /*** global warnings ***/
  
 .global-warning {
 #category-plugins > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
 }
+#category-availableUpdates > .category-icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
+}
+#category-recentUpdates > .category-icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/category-recent.png");
+}
 
 
 /*** header ***/
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
+#header-utils-btn {
+  min-width: 4.5em;
+  list-style-image: url("chrome://mozapps/skin/extensions/utilities.png");
+}
+
+#header-utils-btn:-moz-focusring > .button-box {
+  border: none;
+}
+
 .view-header {
   padding: 4px;
   margin: 0px;
   background-color : #FFFFCC;
 }
 
+richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
+  color: #336699;
+}
+
 .addon-view[notification="error"] {
   background-color: #FFD0DD;
 }
   background-color: #CCFFDD;
 }
 
+.addon-view[pending="enable"] .pending,
+.addon-view[pending="upgrade"] .pending,
+.addon-view[pending="install"] .pending {
+  color: #008000;
+}
+
 .addon-view[pending="disable"],
 .addon-view[pending="uninstall"] {
   background-color: #808080;
 }
 
+.addon .relnotes-container {
+  -moz-box-align: start;
+  height: 0px;
+  overflow: hidden;
+  opacity: 0;
+  -moz-transition-property: height, opacity;
+  -moz-transition-duration: 0.5s, 0.5s;
+}
+
+.addon[show-relnotes] .relnotes-container {
+  opacity: 1;
+  -moz-transition-property: height, opacity;
+  -moz-transition-duration: 0.5s, 0.5s;
+}
+
+.addon .relnotes-header {
+  font-weight: bold;
+  margin: 10px 0px;
+}
+
+.addon .relnotes-toggle {
+  border: none;
+  background: transparent;
+  font-weight: bold;
+  -moz-box-direction: reverse;
+  cursor: pointer;
+  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+}
+
+.addon .relnotes-toggle > .button-box > .button-icon {
+  -moz-padding-start: 4px;
+}
+
+.addon[show-relnotes] .relnotes-toggle {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
+}
+
 /*** item - uninstalled ***/
 
 .addon[status="uninstalled"] {
   display: none;
 }
 
+#search-allresults-link {
+  margin-top: 1em;
+  margin-bottom: 2em;
+}
+
 /*** detail view ***/
 
 #detail-view[active="false"] .fade {
 }
 
 .detail-view-container {
-  overflow: auto;
   padding: 2em;
   font-size: 110%;
 }
 
 #detail-desc-container {
   margin-bottom: 2em;
-  /* This is necessary to fix layout issues with multi-line descriptions, see
-     bug 592712*/
-  outline: solid transparent;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
+  /* This is necessary to fix layout issues with multi-line descriptions, see
+     bug 592712*/
+  outline: solid transparent;
 }
 
 #detail-contributions {
   margin-bottom: 2em;
 }
 
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+  border-top: none;
+}
+
 .detail-row,
 .detail-row-complex {
-  border-bottom: 1px solid #808080;
+  border-top: 1px solid #808080;
   -moz-box-align: center;
 }
 
 
 /*** buttons ***/
 
+.addon-control[disabled="true"] {
+  display: none;
+}
+
 .button-link {
   background: transparent;
   border: none;
   text-decoration: underline;
-  color: #CCCCFF;
+  color: #0000FF;
   cursor: pointer;
   min-width: 0;
   margin: 0 6px;