home *** CD-ROM | disk | FTP | other *** search
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- .tabbrowser-strip {
- background:#DFD2C0;
- }
-
- .tabbrowser-strip tab{
- margin-top:2px;/*compensate for toolbar's bottom border*/
- }
-
- /*Make Browser Tabs not center aligned*/
- .tabbrowser-strip .tab-text{
- text-align:left;
- }
-
- /*removes extra space between text and proxy icon in browser tabs */
- .tabbrowser-strip .tab-text {
- margin-left:0px !important;
- }
-
-
-
- tabpanels {
- -moz-appearance: none;
- }
-
- .tabbrowser-tabs {
- padding-top: 1px;
- }
-
- .tabs-left,
- .tabs-right {
- width: 3px;
- }
-
- .tab-icon {
- margin-top: 1px;
- margin-right: 0px;
- margin-left:0px;
- width: 16px;
- height: 16px;
- list-style-image: url("chrome://browser/skin/bookmarks/bookmark-item.png");
- }
-
- tab[busy] > .tab-icon {
- list-style-image: url("chrome://global/skin/icons/spinner.gif");
- }
-
- tab[selected="true"] {
- font-weight: bold;
- }
-
- /* :::::::::::: Browser Message - Popup XPI Install:::::::::::::*/
- browsermessage {
- background-color: #FFF8E1;
- padding: 2px;
- }
-
- /*
- #infoBadge{
- list-style-image:url(chrome://browser/skin/popup-badge.png);
- }*/
-
- browsermessage[type="top"] {
- border-bottom: 1px solid #F2EADE;
- }
-
- browsermessage[type="bottom"] {
- border-top: 1px solid #F2EADE;
- }
-
-
- /*popup blocked*/
- browsermessage[popup="blockedPopupOptions"] .messageImage{
- padding-top:16px;
- height:16px;
- width:16px;
- background:url(chrome://browser/skin/popup-blocked-alert.gif) no-repeat;
- margin:0px 2px 0px 5px;
- }
-
-
- /*Block install*/
- browsermessage .messageImage[src="chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"]{
- padding-top:19px;
- height:19px;
- width:16px;
- background:url(chrome://browser/skin/blocked-install-alert.gif) no-repeat;
- margin:1px 3px 0px 3px;
- }
-
-
- .messageImage {
- }
-
- .messageText {
- margin-left: 5px;
- }
-
- .messageButton {
- margin: 0px 5px 0px 5px;
- }
-
-
-
- /*close button*/
- /*close button*/
- .closebutton:hover{
- background: url("chrome://global/skin/icons/hover-light.png") no-repeat center center!important;
- }
-
- .closebutton:hover:active{
- background: url("chrome://global/skin/icons/active.png") no-repeat center center!important;
- }
-