/*===========================================================================
* Author: Daigoro F. Toyama
*==========================================================================*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*===========================================================================
* Main Window Edits
*==========================================================================*/
window {
font-size: 9pt !important;
font-family: Verdana !important;
}
#sidebar {
font-size: 9pt !important;
font-family: Verdana !important;
}
/*===========================================================================
* Dialog Box Edits
*==========================================================================*/
dialog, box, button, page {
font-size: 9pt !important;
font-family: Verdana !important;
}
label {
font-size: 9pt !important;
font-family: Verdana !important;
}
caption {
font-size: 9pt !important;
font-family: Verdana !important;
}
textbox {
font-size: 9pt !important;
font-family: Verdana !important;
}
/*===========================================================================
* Menu Edits
*==========================================================================*/
menubar > menu {
font-size: 9pt !important;
font-family: Verdana !important;
/* font-weight: bold !important; */
}
menupopup > * {
font-size: 9pt !important;
font-family: Verdana !important;
}
/*===========================================================================
* Toolbar Edits
*==========================================================================*/
/* Reduce the space between text and borders */
toolbarbutton.bookmark-item {
padding: 1px !important;
}
/* Change the font style on the bookmark toolbar */
.toolbarbutton-text {
font-size: 9pt !important;
font-family: Verdana !important;
/* color: #ffffff !important; */
color: #000000 !important;
}
/*===========================================================================
* Tab Edits
*==========================================================================*/
/* change the font style on the tabs */
.tab-text {
font-size: 9pt !important;
font-family: Verdana !important;
}
/* make inactive tabs hardly visible :) */
tab:not([selected="true"]) {
-moz-opacity: 0.5 !important;
}
/*
.tabbrowser-strip tab:not([selected="true"]) .tab-text {
font-size: 14pt !important;
font-weight: bold !important;
}
*/
/* hide the text of the inactive tabs */
/*
.tabbrowser-strip tab:not([selected="true"]) .tab-text {
display: none !important;
}
*/
/* never show "Open in New Window" when right clicking */
#context-openlink {
display: none !important;
}
/*===========================================================================
* Throbber Edits
*==========================================================================*/
/* change the throbber icons */
/*
#navigator-throbber {
list-style-image : url("../../../../icons/icon20_s.jpg") !important;
}
#navigator-throbber[busy="true"] {
list-style-image : url("inukag_gif.gif") !important;
}
*/
/*===========================================================================
* Turn off the dropdown functionality of the URL and search bars
*==========================================================================*/
/*
autocomplete-history-dropmarker {
display:none !important;
}
.autocomplete-tree {
display:none !important;
}