#warningBox
{
background: #9999CC;
+ color: #000000;
border: 1px solid #666699;
-moz-border-radius: 10px;
padding: 3em;
.text-link:focus {
color: red;
- outline: 1px dotted invert;
+ /* Don't specify the outline-color, we should always use initial value. */
+ outline: 1px dotted;
}
.text-link:hover {
}
tab:focus > .tab-middle {
- outline: 1px dotted invert;
+ /* Don't specify the outline-color, we should always use initial value. */
+ outline: 1px dotted;
}
/*
.moz-signature > a {
color: #7777FF; /* light blue */
}
+
+/* ::::: attached images ::::: */
+
+.moz-attached-image-unscaled {
+ cursor: -moz-zoom-out;
+}
+
+.moz-attached-image-scaled {
+ cursor: -moz-zoom-in;
+ max-width: 100%;
+}
}
.headerValue {
- margin: 0em 0em .25em 0em;
+ margin: 0em 0em 3px 0em;
min-width: 50px;
white-space: normal;
color: inherit;
}
.headerValueBox {
- margin: 0em 0em .25em 0em;
+ margin: 0em 0em 3px 0em;
}
.headerValueBox > .headerValue {
@import url("chrome://messenger/skin/");
@import url("chrome://messenger/skin/primaryToolbar.css");
+@import url("chrome://messenger/skin/threadPaneLabels.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
height: 16px;
}
-tab {
+.tabbrowser-tab {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
}
-tab[busy] {
+.tabbrowser-tab[busy] {
list-style-image: url("chrome://global/skin/icons/loading.gif");
}
margin: 0px;
margin-top: 2px;
padding: 0px;
- list-style-image: url("chrome://global/skin/icons/tab-new.gif");
+ list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
}
.tab-drop-indicator-bar {
width: 11px;
margin-bottom: -8px;
position: relative;
- list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif');
+ list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
}
tooltip[tabpreview="true"] {