overflow: auto;
}
+#permList[disabled="true"] {
+ opacity: .5;
+}
+
.permission {
padding-top: 6px;
padding-bottom: 6px;
margin: 1px 4px;
}
-#FilterEditor {
- width: 560px;
- min-height: 1px;
-}
-
#filterListDialog {
padding: 0px;
}
border: none;
}
+/* Attachment display styling (for inline attachments and printing) */
.mimeAttachmentHeader {
border-style: none;
border-top: 1px solid #808080;
color: #808080;
font-size: 80%;
}
+
+div.mimeAttachmentWrap {
+ padding: 0 1em;
+}
+
+table.mimeAttachmentTable {
+ width: 100%;
+ border-collapse: collapse;
+}
+
+table.mimeAttachmentTable tr + tr > td {
+ border-top: 1px solid #808080;
+}
+
+.mimeAttachmentFile {
+}
+
+.mimeAttachmentSize {
+ text-align: right;
+}
-moz-box-align: center;
}
-.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
- opacity: .8;
-}
-
-.tabbrowser-tab:-moz-lwtheme {
- text-shadow: none;
-}
-
#urlbar {
margin: 0;
-moz-margin-start: 3px;
list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
}
+.popup-notification-icon[popupid="addon-install-disabled"],
+.popup-notification-icon[popupid="addon-install-blocked"],
+.popup-notification-icon[popupid="addon-install-failed"],
+.popup-notification-icon[popupid="addon-install-complete"] {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+ width: 32px;
+ height: 32px;
+}
+
.popup-notification-icon[popupid="password-save"] {
list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
}
height: 16px;
}
+#addons-notification-icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
+ width: 16px;
+ height: 16px;
+}
+
#password-notification-icon {
list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
width: 16px;
-moz-image-region: rect(0px 48px 16px 32px);
}
+#editBookmarkPanelStarIcon {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
+ -moz-image-region: rect(0px 16px 16px 0px);
+}
+
/* ::::: feeds ::::: */
#feedsMenu {
margin: 0px;
}
+.tabbrowser-tab:-moz-lwtheme {
+ text-shadow: none;
+}
+
+.scrollbutton-up:-moz-lwtheme,
+.scrollbutton-down:-moz-lwtheme:not([selected="true"]),
+.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
+ opacity: .8;
+}
+
+.toolbarbutton-text {
+ display: none;
+}
+
+.toolbarbutton-icon {
+ margin: 0px !important; /* needs to override communicator.css */
+}
+
+/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
+
+.scrollbutton-up,
+.scrollbutton-down {
+}
+
+.tabs-alltabs-button {
+ margin: 2px 0px 1px;
+}
+
+/* All tabs menupopup */
+.alltabs-item {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+.alltabs-item[selected="true"] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
+ font-weight: bold;
+}
+
+.alltabs-item[busy] {
+ list-style-image: url("chrome://communicator/skin/icons/loading.gif");
+}
+
/* ::::: close & new tab buttons ::::: */
.tabs-closebutton {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
-.tabs-closebutton > .toolbarbutton-icon {
- margin: 0;
-}
-
.tabs-newbutton {
margin: 0px;
margin-top: 2px;
.tab-drop-indicator-bar {
height: 11px;
margin-top: -11px;
- -moz-margin-start: -8px;
+ -moz-margin-start: -6px;
position: relative;
}
overflow: auto;
}
+#permList[disabled="true"] {
+ opacity: .5;
+}
+
.permission {
padding-top: 6px;
padding-bottom: 6px;
list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
}
+/* Horizontal hovered */
+.autorepeatbutton-up[orient="horizontal"]:hover,
+.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"]:hover,
+.scrollbutton-up[orient="horizontal"]:hover,
+.scrollbutton-down:-moz-locale-dir(rtl)[orient="horizontal"]:hover {
+ list-style-image: url("chrome://global/skin/arrow/arrow-left-hover.gif");
+}
+
+.autorepeatbutton-down[orient="horizontal"]:hover,
+.autorepeatbutton-up:-moz-locale-dir(rtl)[orient="horizontal"]:hover,
+.scrollbutton-down[orient="horizontal"]:hover,
+.scrollbutton-up:-moz-locale-dir(rtl)[orient="horizontal"]:hover {
+ list-style-image: url("chrome://global/skin/arrow/arrow-right-hover.gif");
+}
+
/* Horizontal disabled */
.autorepeatbutton-up[orient="horizontal"][disabled="true"],
.autorepeatbutton-down:-moz-locale-dir(rtl)[orient="horizontal"][disabled="true"],
list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
}
+/* Vertical hovered */
+.autorepeatbutton-up:hover,
+.scrollbutton-up:hover {
+ list-style-image: url("chrome://global/skin/arrow/arrow-up-hover.gif");
+}
+
+.autorepeatbutton-down:hover,
+.scrollbutton-down:hover {
+ list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+}
+
/* Vertical disabled */
.autorepeatbutton-up[disabled="true"],
.scrollbutton-up[disabled="true"] {
margin: 1px 4px;
}
-#FilterEditor {
- width: 560px;
- min-height: 1px;
-}
-
#filterListDialog {
padding: 0px;
}
border: none;
}
-
+/* Attachment display styling (for inline attachments and printing) */
.mimeAttachmentHeader {
border-style: none;
border-top: 1px solid #8050B0;
}
-.mimeAttachmentName {
+.mimeAttachmentHeaderName {
color: #8050B0;
font-size: 80%;
}
+
+div.mimeAttachmentWrap {
+ padding: 0 1em;
+}
+
+table.mimeAttachmentTable {
+ width: 100%;
+ border-collapse: collapse;
+}
+
+table.mimeAttachmentTable tr + tr > td {
+ border-top: 1px solid #8050B0;
+}
+
+.mimeAttachmentFile {
+}
+
+.mimeAttachmentSize {
+ text-align: right;
+}
-moz-box-align: center;
}
-.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
- opacity: .8;
-}
-
-.tabbrowser-tab:-moz-lwtheme {
- text-shadow: none;
-}
-
#urlbar {
border-radius: 5px;
margin: 0;
list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
}
+.popup-notification-icon[popupid="addon-install-disabled"],
+.popup-notification-icon[popupid="addon-install-blocked"],
+.popup-notification-icon[popupid="addon-install-failed"],
+.popup-notification-icon[popupid="addon-install-complete"] {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+ width: 32px;
+ height: 32px;
+}
+
.popup-notification-icon[popupid="password-save"] {
list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
}
height: 16px;
}
+#addons-notification-icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
+ width: 16px;
+ height: 16px;
+}
+
#password-notification-icon {
list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
width: 16px;
-moz-image-region: rect(0px 48px 16px 32px);
}
+#editBookmarkPanelStarIcon {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
+ -moz-image-region: rect(0px 16px 16px 0px);
+}
+
/* ::::: feeds ::::: */
#feedsMenu {
margin: 0px;
}
+.tabbrowser-tab:-moz-lwtheme {
+ text-shadow: none;
+}
+
+.scrollbutton-up:-moz-lwtheme,
+.scrollbutton-down:-moz-lwtheme:not([selected="true"]),
+.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
+ opacity: .8;
+}
+
+.toolbarbutton-text {
+ display: none;
+}
+
+.toolbarbutton-icon {
+ margin: 0px !important; /* needs to override communicator.css */
+}
+
+/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
+
+.scrollbutton-up,
+.scrollbutton-down {
+}
+
+.tabs-alltabs-button {
+ margin: 2px 0px 1px;
+}
+
+/* All tabs menupopup */
+.alltabs-item {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+.alltabs-item[selected="true"] {
+ font-weight: bold;
+}
+
+.alltabs-item[busy] {
+ list-style-image: url("chrome://communicator/skin/icons/loading.gif");
+}
+
/* ::::: close & new tab buttons ::::: */
.tabs-closebutton-box {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
-.tabs-closebutton > .toolbarbutton-icon {
- margin: 0px !important;
-}
-
.tabs-closebutton:hover,
.tabs-closebutton:hover:active {
list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
.tab-drop-indicator-bar {
height: 11px;
margin-top: -11px;
- -moz-margin-start: -8px;
+ -moz-margin-start: -6px;
position: relative;
}