home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- toolbarpaletteitem .spui-preview {
- display: -moz-box;
- }
- toolbarpaletteitem .spui-draggable {
- display: none;
- }
- toolbarpaletteitem .spui-content {
- display: none;
- }
-
- toolbarpaletteitem[place="toolbar"] .spui-preview {
- display: none;
- }
- toolbarpaletteitem[place="toolbar"] .spui-draggable {
- display: -moz-box;
- min-width: 5em !important; /* JMC Changed */
- border: 1px solid #777777;
- margin: 2px;
- margin-left: 0px;
- }
- toolbarpaletteitem[place="toolbar"] .spui-content {
- display: none;
- }
-
- toolbar .spui-preview,
- toolbar .spui-draggable,
- multibartray .spui-preview,
- multibartray .spui-draggable {
- display: none;
- }
-
- toolbar .spui-content,
- multibartray .spui-content {
- display: -moz-box;
- }
-
- .spui-draggable > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- /*.spui-toolbaritem,*/
- .spui-toolbaritem iframe {
- min-width: 35px;
- height: 26px;
- /* background: transparent;
- opacity: 0.1; */
- }
-
- toolbar[iconsize=small] .spui-toolbaritem,
- toolbar[iconsize=small] .spui-toolbaritem iframe,
- multibar[iconsize=small] .spui-toolbaritem,
- multibar[iconsize=small] .spui-toolbaritem iframe {
- height: 24px;
- }
-
- .toolbaritem-page {
- /* opacity: 0.6;
- background-color: transparent;
-
- background-color: none;
- background-color: rgb(177, 189, 201) !important;
-
- background-image: url("chrome://global/skin/toolbar/prtb-bg-upside-dn.gif") !important;
- background-repeat: repeat-x !important;
- */
- }
- .toolbaritem-page .menulist-label-box {
- background-color: transparent !important;
- }
-
- /*
- .toolbarbutton-text {
- -moz-box-align: left;
- -moz-box-pack: start;
- text-align: left;
- }
- */