This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
/* Set Font Size In Folder Pane */ | |
#folderTree >treechildren::-moz-tree-cell-text { | |
/*font-family: Lucida Sans !important;*/ | |
font-size: 12pt !important; } | |
/* Set Font Size In Thread Pane */ |