home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- toolbarpaletteitem .webmail-preview {
- display: -moz-box;
- }
- toolbarpaletteitem .webmail-draggable {
- display: none;
- }
- toolbarpaletteitem .webmail-content {
- display: none;
- }
- toolbarpaletteitem .webmail-imagebox {
- display: none;
- }
- toolbarpaletteitem .webmail-component-button {
- display: none;
- }
-
- toolbarpaletteitem[place="toolbar"] .webmail-preview {
- display: none;
- }
- /*
- toolbarpaletteitem[place="toolbar"] .webmail-content {
- display: none;
- }
- toolbarpaletteitem[place="toolbar"] .webmail-imagebox {
- display: none;
- }
- toolbarpaletteitem[place="toolbar"] .webmail-component-button {
- display: none;
- }
- */
- toolbar .webmail-preview {
- display: none;
- }
- toolbar .webmail-draggable {
- display: none;
- }
- toolbar .webmail-content {
- display: -moz-box;
- }
- toolbar .webmail-imagebox {
- display: -moz-box;
- }
-
- multibartray .webmail-preview {
- display: none;
- }
- multibartray .webmail-draggable {
- display: none;
- }
- multibartray .webmail-content {
- display: -moz-box;
- }
-
- .webmail-dropmarker {
- margin: 0px !important;
- padding-right: 3px;
- width: 8px !important;
- }
-
- .webmail-component-button{
- -moz-border-radius: 4px;
- border: 1px solid #424D4B;
- opacity: 1;
- background-color: transparent;
- height: 22px;
- margin-left: 1px;
- margin-right: 1px;
- cursor: pointer;
- }
-
- .webmail-imagebox{
- height: 22px;
- }
-
- .webmail-draggable > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- .webmail-toolbarbutton {
- display: -moz-box;
- }
-
- .webmail-toolbarbutton > .toolbarbutton-menubutton-button {
- display: -moz-box;
- }
-
- .webmail-toolbarbutton > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- toolbar[iconsize=small] .webmail-toolbaritem {
- height: 24px;
- }