max-height: 16px;
}
-treechildren:-moz-tree-twisty(group,hidetwisty) {
+treechildren:-moz-tree-twisty(group, hidetwisty) {
list-style-image: none;
}
treechildren:-moz-tree-image(Name, container, group) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
}
+
+treechildren:-moz-tree-image(Name, separator) {
+ list-style-image: none;
+}
+
+treechildren:-moz-tree-cell-text(Name, separator) {
+ color: #808080;
+ margin: 0px 5px 0px 5px;
+}
+
+treechildren:-moz-tree-cell-text(Name, separator, selected, focus) {
+ color: #FFFFFF;
+}
list-style-image: url("chrome://editor/content/images/undecided_n.gif");
}
+.insert-surprise > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/surprise_n.gif");
+}
+
+.insert-kiss > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/kiss_n.gif");
+}
+
+.insert-yell > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/yell_n.gif");
+}
+
+.insert-cool > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/cool_n.gif");
+}
+
+.insert-undecided > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/undecided_n.gif");
+}
+
+.insert-money > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/money_n.gif");
+}
+
+.insert-foot > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/foot_n.gif");
+}
+
+.insert-innocent > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/innocent_n.gif");
+}
+
+.insert-sealed > .menu-iconic-left {
+ list-style-image: url("chrome://editor/content/images/sealed_n.gif");
+}
+
/* ::::: fg/bg color picker ::::: */
.ColorPickerLabel {
/* .......... default state .......... */
-button[default] > .button-box,
button[default="true"] > .button-box {
font-weight: bold;
list-style-image: url("chrome://global/skin/icons/return.gif");
list-style-image: url("chrome://global/skin/filepicker/file.gif");
}
-/* ::::: focus rules ::::: */
-
-#directoryTree > treerows > .tree-bodybox {
- border: 1px solid transparent;
-}
-
-#directoryTree:focus > treerows > .tree-bodybox {
- border-color: #000000;
-}
-
/* ::::: button items ::::: */
.up-button {
.new-dir-button {
list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
max-width: 28px;
-}
\ No newline at end of file
+}
}
tooltip[titletip="true"] {
- margin: -2px 0px 0px -3px;
+ /* See bug 32157 comment 128
+ * margin: -2px 0px 0px -3px;
+ */
max-width: none;
}
color: #000000;
}
+/* ::::: tree focusring ::::: */
+
+/* deactivated, looks to bad for me in EarlyBlue
+.focusring > .tree-rows > .tree-bodybox {
+ border: 1px solid transparent;
+}
+
+.focusring:focus > .tree-rows > .tree-bodybox {
+ border: 1px solid #000000;
+}
+*/
+
/* ::::: tree rows ::::: */
+tree[selstyle="primary"] > treechildren:-moz-tree-row,
treechildren:-moz-tree-row {
border: 1px solid transparent;
+ background-color: transparent;
min-height: 18px;
height: 1.3em;
}
padding: 0px 2px 0px 2px;
}
+tree[selstyle="primary"] > treechildren:-moz-tree-cell-text,
treechildren:-moz-tree-cell-text {
color: inherit;
border: 2px solid transparent;
color: #FFFFFF;
}
+tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected) {
+ background-color: #808080;
+ color: #FFFFFF;
+}
+
treechildren:-moz-tree-cell-text(selected, focus) {
color: #FFFFFF;
}
+tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, focus) {
+ background-color: #336699;
+ color: #FFFFFF;
+}
+
+tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, current, focus) {
+ border: 1px dotted #9999CC;
+}
+
+tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, selected, current, focus) {
+ border: 1px dotted #666699;
+}
+
/* ::::: lines connecting cells ::::: */
+tree[selstyle="primary"] > treechildren:-moz-tree-line,
treechildren:-moz-tree-line {
visibility: hidden;
}
/* ::::: drop feedback ::::: */
+tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, dropOn),
treechildren:-moz-tree-cell-text(dropOn) {
background-color: #336699;
color: #FFFFFF;
treechildren.gridlines:-moz-tree-row {
border: none;
-}
\ No newline at end of file
+}
treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
}
+
+#dirTree [sortDirection="ascending"] {
+ list-style-image: none;
+}
+
+#dirTree [sortDirection="descending"] {
+ list-style-image: none;
+}
\ No newline at end of file
}
#typecol-addressingWidget {
- width: 9em;
+ min-width: 9em;
border-right: 1px solid #CCD0DD;
}
.person-icon {
margin: 0px 3px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-}
\ No newline at end of file
+}
treechildren:-moz-tree-image(activeColumn, Enabled-true) {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}
+menulist {
+ min-width: 15em;
+}
+
+menulist > menupopup > menuitem {
+ padding-right: 2px;
+}
+
+textbox {
+ margin: 1px 4px;
+}
+
+#FilterEditor {
+ width: 560px;
+ min-height: 1px;
+}
#folderSizeCol {
text-align: right;
}
+
+#folderNameCol [sortDirection="ascending"] {
+ list-style-image: none;
+}
+
+#folderNameCol [sortDirection="descending"] {
+ list-style-image: none;
+}
span.moz-smiley-s4,
span.moz-smiley-s5,
span.moz-smiley-s6,
-span.moz-smiley-s7 {
+span.moz-smiley-s7,
+span.moz-smiley-s8,
+span.moz-smiley-s9,
+span.moz-smiley-s10,
+span.moz-smiley-s11,
+span.moz-smiley-s12,
+span.moz-smiley-s13,
+span.moz-smiley-s14,
+span.moz-smiley-s15,
+span.moz-smiley-s16 {
min-height: 17px; margin-left: 2px; margin-top: 2px;
padding-left: 20px;
background-repeat: no-repeat;
background-position: center center;
+ -moz-user-select: all;
}
span.moz-smiley-s1 > span,
span.moz-smiley-s4 > span,
span.moz-smiley-s5 > span,
span.moz-smiley-s6 > span,
-span.moz-smiley-s7 > span {
+span.moz-smiley-s7 > span,
+span.moz-smiley-s8 > span,
+span.moz-smiley-s9 > span,
+span.moz-smiley-s10 > span,
+span.moz-smiley-s11 > span,
+span.moz-smiley-s12 > span,
+span.moz-smiley-s13 > span,
+span.moz-smiley-s14 > span,
+span.moz-smiley-s15 > span,
+span.moz-smiley-s16 > span {
display: none;
}
}
span.moz-smiley-s7 {
background-image: url(chrome://editor/content/images/undecided_n.gif);
-}
\ No newline at end of file
+}
+span.moz-smiley-s8 {
+ background-image: url("chrome://editor/content/images/surprise_n.gif");
+}
+span.moz-smiley-s9 {
+ background-image: url("chrome://editor/content/images/kiss_n.gif");
+}
+span.moz-smiley-s10 {
+ background-image: url("chrome://editor/content/images/yell_n.gif");
+}
+span.moz-smiley-s11 {
+ background-image: url("chrome://editor/content/images/cool_n.gif");
+}
+span.moz-smiley-s12 {
+ background-image: url("chrome://editor/content/images/money_n.gif");
+}
+span.moz-smiley-s13 {
+ background-image: url("chrome://editor/content/images/foot_n.gif");
+}
+span.moz-smiley-s14 {
+ background-image: url("chrome://editor/content/images/innocent_n.gif");
+}
+span.moz-smiley-s15 {
+ background-image: url("chrome://editor/content/images/cry_n.gif");
+}
+span.moz-smiley-s16 {
+ background-image: url("chrome://editor/content/images/sealed_n.gif");
+}
#button-junk[disabled="true"] {
list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
-}
\ No newline at end of file
+}
+
+#junkBarImage {
+ list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
+}
+
+#junkBarMessage {
+ font-weight: bold;
+}
+
+#junkBar {
+ border-bottom: 1px solid #669999;
+ background-color: #9999CC;
+}
+
+#junkIcon {
+ list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
+}
margin: 5px;
height: 100px;
}
+
+menulist {
+ min-width: 15em;
+}
+
+menulist > menupopup > menuitem {
+ padding-right: 2px;
+}
+
+textbox {
+ margin: 1px 4px;
+}
list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
}
+#popupImage {
+ list-style-image: url("chrome://navigator/skin/icons/about-popups.gif");
+ margin: 6px 0px;
+}
+
/* ::::: personal toolbar ::::: */
#bookmarks-button {
#home-button {
list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
-}
\ No newline at end of file
+}
+
+toolbarbutton.chevron {
+ list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
+}
+
+toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
+ display: none;
+}