From: robert Date: Thu, 17 Apr 2003 20:22:09 +0000 (+0000) Subject: keep up with Classic trunk development X-Git-Tag: EarlyBlue-2.0a1~87 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=b618d1fd7cca23dded25cba9198eb09879e8a7a8;hp=c67ce6258cc8ead42facfcbade52312a00031c44 keep up with Classic trunk development --- diff --git a/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/communicator/bookmarks/bookmarks.css index 27801a12..ccd608c4 100644 --- a/EarlyBlue/communicator/bookmarks/bookmarks.css +++ b/EarlyBlue/communicator/bookmarks/bookmarks.css @@ -87,10 +87,23 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker { 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; +} diff --git a/EarlyBlue/editor/editorFormatToolbar.css b/EarlyBlue/editor/editorFormatToolbar.css index 83ea31cb..3a25d5f1 100644 --- a/EarlyBlue/editor/editorFormatToolbar.css +++ b/EarlyBlue/editor/editorFormatToolbar.css @@ -247,6 +247,42 @@ 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 { diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index ceb6ba64..6998d6cd 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -74,7 +74,6 @@ button:focus > .button-box { /* .......... default state .......... */ -button[default] > .button-box, button[default="true"] > .button-box { font-weight: bold; list-style-image: url("chrome://global/skin/icons/return.gif"); diff --git a/EarlyBlue/global/filepicker.css b/EarlyBlue/global/filepicker.css index bce2ceb5..b80bd81a 100644 --- a/EarlyBlue/global/filepicker.css +++ b/EarlyBlue/global/filepicker.css @@ -63,16 +63,6 @@ treechildren:-moz-tree-image(FilenameColumn, file) { 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 { @@ -88,4 +78,4 @@ treechildren:-moz-tree-image(FilenameColumn, file) { .new-dir-button { list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); max-width: 28px; -} \ No newline at end of file +} diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 30b09fd6..22f859b2 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -66,7 +66,9 @@ tooltip { } tooltip[titletip="true"] { - margin: -2px 0px 0px -3px; + /* See bug 32157 comment 128 + * margin: -2px 0px 0px -3px; + */ max-width: none; } diff --git a/EarlyBlue/global/toolbar/chevron.gif b/EarlyBlue/global/toolbar/chevron.gif new file mode 100644 index 00000000..186aac97 Binary files /dev/null and b/EarlyBlue/global/toolbar/chevron.gif differ diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index 6b51cab7..8f434c17 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -52,10 +52,24 @@ tree { 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; } @@ -82,6 +96,7 @@ treechildren:-moz-tree-cell { padding: 0px 2px 0px 2px; } +tree[selstyle="primary"] > treechildren:-moz-tree-cell-text, treechildren:-moz-tree-cell-text { color: inherit; border: 2px solid transparent; @@ -91,12 +106,31 @@ treechildren:-moz-tree-cell-text(selected) { 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; } @@ -119,6 +153,7 @@ treechildren:-moz-tree-separator { /* ::::: drop feedback ::::: */ +tree[selstyle="primary"] > treechildren:-moz-tree-cell-text(primary, dropOn), treechildren:-moz-tree-cell-text(dropOn) { background-color: #336699; color: #FFFFFF; @@ -272,4 +307,4 @@ treechildren.gridlines:-moz-tree-cell { treechildren.gridlines:-moz-tree-row { border: none; -} \ No newline at end of file +} diff --git a/EarlyBlue/messenger/addressbook/addressPanes.css b/EarlyBlue/messenger/addressbook/addressPanes.css index 33585d0c..5c795ab3 100644 --- a/EarlyBlue/messenger/addressbook/addressPanes.css +++ b/EarlyBlue/messenger/addressbook/addressPanes.css @@ -60,3 +60,11 @@ treechildren:-moz-tree-image(DirCol, IsRemote-true) { 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 diff --git a/EarlyBlue/messenger/addressingWidget.css b/EarlyBlue/messenger/addressingWidget.css index bc855f3e..44b941a2 100644 --- a/EarlyBlue/messenger/addressingWidget.css +++ b/EarlyBlue/messenger/addressingWidget.css @@ -48,7 +48,7 @@ } #typecol-addressingWidget { - width: 9em; + min-width: 9em; border-right: 1px solid #CCD0DD; } @@ -77,4 +77,4 @@ .person-icon { margin: 0px 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); -} \ No newline at end of file +} diff --git a/EarlyBlue/messenger/filterDialog.css b/EarlyBlue/messenger/filterDialog.css index 7d7cd9ab..91ce4611 100644 --- a/EarlyBlue/messenger/filterDialog.css +++ b/EarlyBlue/messenger/filterDialog.css @@ -52,3 +52,19 @@ treechildren:-moz-tree-image(activeColumn) { 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; +} diff --git a/EarlyBlue/messenger/folderPane.css b/EarlyBlue/messenger/folderPane.css index 41a72d47..2a8cf8c2 100644 --- a/EarlyBlue/messenger/folderPane.css +++ b/EarlyBlue/messenger/folderPane.css @@ -209,3 +209,11 @@ treechildren:-moz-tree-image(syncCol, isServer-true) { #folderSizeCol { text-align: right; } + +#folderNameCol [sortDirection="ascending"] { + list-style-image: none; +} + +#folderNameCol [sortDirection="descending"] { + list-style-image: none; +} diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index 19b5848d..cbcc521d 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -147,11 +147,21 @@ span.moz-smiley-s3, 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, @@ -160,7 +170,16 @@ span.moz-smiley-s3 > 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; } @@ -184,4 +203,31 @@ span.moz-smiley-s6 { } 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"); +} diff --git a/EarlyBlue/messenger/primaryToolbar.css b/EarlyBlue/messenger/primaryToolbar.css index c7d0736f..aef0ff3e 100644 --- a/EarlyBlue/messenger/primaryToolbar.css +++ b/EarlyBlue/messenger/primaryToolbar.css @@ -137,4 +137,21 @@ #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"); +} diff --git a/EarlyBlue/messenger/searchDialog.css b/EarlyBlue/messenger/searchDialog.css index 70d95dac..4c7428e3 100644 --- a/EarlyBlue/messenger/searchDialog.css +++ b/EarlyBlue/messenger/searchDialog.css @@ -57,3 +57,15 @@ margin: 5px; height: 100px; } + +menulist { + min-width: 15em; +} + +menulist > menupopup > menuitem { + padding-right: 2px; +} + +textbox { + margin: 1px 4px; +} diff --git a/EarlyBlue/navigator/icons/about-popups.gif b/EarlyBlue/navigator/icons/about-popups.gif new file mode 100644 index 00000000..fc5f6810 Binary files /dev/null and b/EarlyBlue/navigator/icons/about-popups.gif differ diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index 6e95154d..a10d7cd8 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -264,6 +264,11 @@ toolbar[toolbarmode="small"] > toolbargrippy { 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 { @@ -276,4 +281,12 @@ toolbar[toolbarmode="small"] > toolbargrippy { #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; +}