home *** CD-ROM | disk | FTP | other *** search
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- .tabbrowser-strip {
- padding-bottom: 1px;
- border-bottom: 1px solid;
- -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
- }
-
- tabpanels {
- -moz-appearance: none;
- }
-
- .tabbrowser-tabs {
- padding-top: 1px;
- }
-
- .tabs-left,
- .tabs-right {
- width: 0px;
- }
-
- .tab-icon {
- margin-top: 1px;
- margin-right: 3px;
- width: 16px;
- height: 16px;
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.png");
- }
-
- tab[busy] > .tab-icon {
- list-style-image: url("chrome://communicator/skin/icons/loading.gif");
- }
-
- /* ::::: close button ::::: */
-
- .tabs-closebutton {
- margin: 3px;
- list-style-image: url("chrome://global/skin/icons/close-button.png");
- }
-
- .tabs-closebutton > .toolbarbutton-icon {
- margin: 0;
- }
-
- .tabs-newbutton {
- margin: 0px;
- list-style-image: url("chrome://global/skin/icons/tab-new.png");
- }
-