Ich meine Tab als Lesezeichen hinzufügen.
CSS
@-moz-document url-prefix("chrome://browser/content/places/places.xhtml") {
* {
font-size: 20px !important;
}
#placeContent {
min-height: 200px !important;
}
#detailsPane {
max-height: 100px !important;
}
#placesList {
min-width: 350px !important;
}
}
/*Firefox Browser Schrift vergrößern oder verkleinern*/
@-moz-document url-prefix("chrome://browser/content/places/bookmarkProperties.xhtml") {
#bookmarkpropertiesdialog {
font-size: 19px !important;
}
}
@-moz-document url-prefix("chrome://browser/content/browser.xhtml") {
#editBookmarkPanel {
font-size: 19px !important;
}
* {
font-size: 24px !important;
}
}
Alles anzeigen