}
img {
- color: #eee;
+ background-color: #fff;
+ color: #222;
}
}
}
:root:-moz-lwtheme-darktext {
- text-shadow: 1px 1px 2px #FFFFFF;
+ text-shadow: 0 -0.5px 1.5px #FFFFFF;
}
:root:-moz-lwtheme-brighttext {
/* Content */
*|*.main-content {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
- /* Disabled because of bug 623615
overflow: hidden;
- */
background-color: #FFFFFF;
border: 1px solid #666699;
}
}
#addon-container {
+ overflow: visible; /* bug 761489 */
max-width: 600px;
margin: 20px;
padding: 30px 90px;
}
.addon-info[type="dictionary"] #icon {
- list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}
#name {
background-position: center;
background-repeat: no-repeat;
}
-:-moz-type-unsupported .icon {
+:-moz-type-unsupported .icon,
+:-moz-type-unsupported-platform .icon {
background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
}
:-moz-type-unsupported .icon[status="ready"] {
@media not print {
body {
- background-color: #222;
+ background-color: #221500;
}
img {
- color: #eee;
+ background-color: #FFFFFF;
+ color: #221500;
}
}
* You can obtain one at http://mozilla.org/MPL/2.0/. */
body {
- background-color: #333;
+ background-color: #332000;
}
video {
- box-shadow: 0 0 15px #000;
+ box-shadow: 0 0 15px #000000;
}
}
:root:-moz-lwtheme-darktext {
- text-shadow: 1px 1px 2px #FFCF00;
+ text-shadow: 0 -0.5px 1.5px #FFCF00;
}
:root:-moz-lwtheme-brighttext {
/* Content */
*|*.main-content {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
- /* Disabled because of bug 623615
overflow: hidden;
- */
border: 1px solid #9C9CFF;
border-radius: 5px;
}
}
#addon-container {
+ overflow: visible; /* bug 761489 */
max-width: 600px;
margin: 20px;
padding: 30px 90px;
}
.addon-info[type="dictionary"] #icon {
- list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
}
#name {
background-position: center;
background-repeat: no-repeat;
}
-:-moz-type-unsupported .icon {
+:-moz-type-unsupported .icon,
+:-moz-type-unsupported-platform .icon {
background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
}
:-moz-type-unsupported .icon[status="ready"] {