@wicknix
Thank you very much!
Now that I've applied changes to all elements mentioned above, I am much more happy. I still have to think for a moment which button to press when switching between Firefox 78 and SeaLion because of different locations of Tab and Bookmarks toolbars and because of my 'learned behaviour', but, summa summarum, your creation is a real life saver!
I've ended up with following settings for the time being:
Code:
/* Global UI font */
* { font-size: 10pt !important;
font-family: Lucida Grande !important;
}
toolbar#PersonalToolbar {
max-height: 30px !important;
height: 30px !important;
}
/* Larger browser tabs */
tabbrowser tab {
min-height: 28px !important;
}
That is on a 13" non Retina MacBook Pro running modified Yosemite (Lucida Grande as system font, pre-10.9 icons, high contrast UI, reduced transparency, thicker scrollbars, traffic lights untouched.)
Btw, for those who are wondering why I am so eager to change the appearance of various elements - it's all science based
In Human-Computer Interaction (HCI), Fitts' s Law is typically applied to movement through the graphical user interface using a cursor or other type of pointer.
www.interaction-design.org
More from the godfather of Mac UI design himself:
The following principles are fundamental to the design and implementation of effective interfaces, whether for traditional GUI environments, the web, mobile devices, wearables, or Internet-connecte…
asktog.com