/* override winstripe */
-.toolbarbutton-icon {
+.toolbarbutton-icon[label]:not([label=""]),
+.toolbarbutton-icon[type="menu"] {
-moz-margin-end: 2px;
}
background-color: #CCD0DD;
}
-separator {
- height: 5px;
+spacer {
+ max-height: .5em;
}
-separator.thin {
- height: 15px;
+spacer.big {
+ max-height: 4em;
}
/* ::::: rows ::::: */
#folderNameCol [sortDirection="descending"] {
list-style-image: none;
}
+
+/* ::::: Folder Summary Popup ::::: */
+
+.folderSummary-message-row {
+ /* This max width ends up dictating the overall width of the popup
+ because it controls how large the preview, subject and sender text can be
+ before cropping kicks in */
+ max-width: 450px;
+}
+
+.folderSummary-subject {
+ font-weight: bold;
+}
+
+.folderSummary-previewText {
+ color: #808080;
+}
text-shadow: none;
}
+.alltabs-item[tabIsScrolled] {
+ font-style: italic;
+}
+
#tabbar-toolbar {
border-bottom-style: none;
min-height: 0;
opacity: .8;
}
-.toolbarbutton-text {
+.tabs-newbutton > .toolbarbutton-text,
+.tabs-alltabs-button > .toolbarbutton-text,
+.tabs-closebutton > .toolbarbutton-text {
display: none;
}
-.toolbarbutton-icon {
- margin: 0px !important; /* needs to override communicator.css */
-}
-
/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
.scrollbutton-up,
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}
+.alltabs-item[tabIsScrolled] {
+ font-style: italic;
+}
+
/* ::::: close & new tab buttons ::::: */
.tabs-closebutton-box {
/* override winstripe */
-.toolbarbutton-icon {
+.toolbarbutton-icon[label]:not([label=""]),
+.toolbarbutton-icon[type="menu"] {
-moz-margin-end: 2px;
}
background-color: #000000;
}
-separator {
- height: 5px;
+spacer {
+ max-height: .5em;separator {
}
-separator.thin {
- height: 15px;
+spacer.big {
+ max-height: 4em;
}
/* ::::: rows ::::: */
#folderNameCol [sortDirection="descending"] {
list-style-image: none;
}
+
+/* ::::: Folder Summary Popup ::::: */
+
+.folderSummary-message-row {
+ /* This max width ends up dictating the overall width of the popup
+ because it controls how large the preview, subject and sender text can be
+ before cropping kicks in */
+ max-width: 450px;
+}
+
+.folderSummary-subject {
+ font-weight: bold;
+}
+
+.folderSummary-previewText {
+ color: #808080;
+}
text-shadow: none;
}
+.alltabs-item[tabIsScrolled] {
+ font-style: italic;
+}
+
#tabbar-toolbar {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
border-top-style: none;
opacity: .8;
}
-.toolbarbutton-text {
+.tabs-newbutton > .toolbarbutton-text,
+.tabs-alltabs-button > .toolbarbutton-text,
+.tabs-closebutton > .toolbarbutton-text {
display: none;
}
-.toolbarbutton-icon {
- margin: 0px !important; /* needs to override communicator.css */
-}
-
/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
.scrollbutton-up,
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}
+.alltabs-item[tabIsScrolled] {
+ font-style: italic;
+}
+
/* ::::: close & new tab buttons ::::: */
.tabs-closebutton-box {