Warning, /system/qtcurve/gtk2/mozilla/QtCurve.css.in is written in an unsupported language. File is not indexed.

0001 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
0002 
0003 /* Dont embolden the text on the selected tab */
0004 tab[selected="true"] {
0005     font-weight: normal !important;
0006 }
0007 
0008 /* Shrink toolbars -> by about 2 pixels :-( ... */
0009 /* Setting explicit heights, messes things up when text+icons is shown :-( */
0010 #nav-bar {
0011     margin: 0px !important;
0012     padding: 1px !important;
0013     border: 0px !important;
0014 }
0015 
0016 .textbox-input-box,#identity-box,#urlbar-icons,.autocomplete-history-dropmarker,.searchbar-engine-button,.search-go-container,.box-inherit.button-box {
0017     margin: 0px !important;
0018     padding: 0px !important;
0019 }
0020 
0021 .searchbar-engine-button {
0022     margin: 0px !important;
0023     padding: 2px !important;
0024 }