Skip to content

Commit e80aa40

Browse files
committed
Merge remote-tracking branch 'remotes/upstream/master'
# Conflicts: # classic/css/tabs/tabs_multiple_lines_fx71.css # classic/userChrome.css # classic/userContent.css
2 parents 321793c + 7661a56 commit e80aa40

File tree

125 files changed

+2258
-598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2258
-598
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--> https://github.com/Aris-t2/CustomCSSforFx/issues/4
88
4. Verify there are no '@namespace' references anywhere in your custom code.
99
5. Use available support threads:
10-
- GENERAL DISCUSSIONS, FEEDBACK, QUESTIONS --> https://github.com/Aris-t2/CustomCSSforFx/issues/241
10+
- GENERAL DISCUSSIONS, FEEDBACK, QUESTIONS --> https://github.com/Aris-t2/CustomCSSforFx/issues/273
1111
- TABS BELOW CONTENT SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/33
1212
- MULTIROW TABS SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/39
1313
- ADD-ON BAR SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/73

ISSUE_TEMPLATE

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
!!! READ THIS BEFORE OPENING A NEW ISSUE REPORT !!!
2+
3+
NO SUPPORT for
4+
- custom code and/or code containing '@namespace' references (remove that useless stuff)
5+
- outdated versions of CustomCSSforFx
6+
- deprecated features of (legacy) add-ons (except the ones this repository is based on e.g. CTR and CTB)
7+
- visual issues WITHOUT screenshots
8+
29
INVALID REPORTS WILL BE CLOSED WITHOUT FURTHER NOTICE TO KEEP ISSUE AREA CLEAN.
3-
By submitting a new issue you confirm having read and understood the below text and all 'how to report a new issue' instructions. Thanks for your understanding.
10+
By submitting a new issue you confirm having read and understood 'how to report a new issue'.
11+
Thanks for your understanding.
412

513
-> use TEMPLATE at the bottom after reading everything on this page <-
614

7-
SUPPORT AREA for features THIS project provides
15+
SUPPORT AREA only for features THIS project provides
816
1. This is not a 'request' area for new stuff or legacy add-on features. Do not open a new issue about something this project does not offer. Instead join the 'General discussions, feedback, questions belong here' thread to chat and ask questions about what is or could be possible there.
917
2. Use available support threads:
10-
- GENERAL TALK, FEEDBACK & QUESTIONS: --> https://github.com/Aris-t2/CustomCSSforFx/issues/241
18+
- GENERAL TALK, FEEDBACK & QUESTIONS: --> https://github.com/Aris-t2/CustomCSSforFx/issues/273
1119
- TABS BELOW CONTENT SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/33
1220
- MULTIROW TABS SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/39
1321
- ADD-ON BAR SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/73
1422
- OLD SEARCH SUPPORT THREAD --> https://github.com/Aris-t2/CustomCSSforFx/issues/104
1523
3. Read 'how to report issues properly' before posting a new issue.
1624
--> https://github.com/Aris-t2/CustomCSSforFx/issues/4
1725

18-
General problems (join general discussion thread to talk about Firefox bugs):
19-
- CSS code might not work, if multi-process mode (e10s) is disabled
20-
- CSS code imported through userContent.css might not work on macOS/Linux
21-
- no support, if code contains '@namespace' references (remove that useless stuff)
22-
2326
----------------------------------
2427

2528
Add all information required in 1-5 and delete this line and everything above it before submitting.
@@ -38,9 +41,10 @@ Add all information required in 1-5 and delete this line and everything above it
3841

3942

4043
5. System information
44+
- latest CustomCSSforFx files (yes / no [no support, if 'no']):
4145
- OS & OS version:
42-
- OS theme name:
46+
- OS theme (if not default):
4347
- DPI / HiDPI resolution:
4448
- Firefox version:
4549
- Firefox theme / lw-theme:
46-
- This projects settings the issue occurs with:
50+
- This projects 'settings' the issue occurs with:

classic/config/general_variables.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* for tab_close_icon_size.css */
2121
--tab_close_icons_size: 16px !important; /* set 14x14 - 20x20px */
2222

23-
/* for 'tab_maxwidth.css'- unlock 'min width' code inside first for '--tab_min_width' to work */
23+
/* for 'tab_maxwidth.css'- unlock 'min width' code inside file first for '--tab_min_width' to work */
2424
--tab_min_width: 50px !important;
2525
--tab_max_width: 120px !important;
2626

@@ -31,12 +31,12 @@
3131
/* for 'tabs_multiple_lines_v2.css' only */
3232
--tabs-lines: 3 !important;
3333

34-
/* for bookmarks_toolbar_multiple_lines.css */
35-
--bookmark_items_height: 26px !important; /* <- bookmark items - line height */
34+
/* for bookmarks_toolbar_multiple_lines.css /_fx66.css / _fx74.css */
35+
--bookmark_items_height: 22px !important; /* <- bookmark items - line height */
3636
--bookmark_items_lines: 3 !important; /* <- maximum amount of lines */
3737

3838
/* for increase_ui_font_size.css */
39-
--general_ui_font_size: 12pt !important;
39+
--general_ui_font_size: 10pt !important;
4040

4141
/* for searchbar_popup_engines_show_labels_scrollbars.css / ..._fx66.css*/
4242
--search-one-offs_labels_height: 100px !important;
@@ -54,7 +54,7 @@
5454
--color_active_state: lightgrey !important;
5555

5656
/* for ac_popup_result_font_size.css */
57-
--results_font_size: 10pt !important;
57+
--results_font_size: var(--general_ui_font_size,10pt) !important; /* 10pt */
5858
}
5959

6060
:root[uidensity="touch"] {

classic/css/aboutaddons/addonlists_colorized_button_icons_fx68.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/****************************************************************************************/
44

55

6-
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
6+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
77

88
panel-item[action="toggle-disabled"][data-l10n-id="disable-addon-button"] {
99
-moz-context-properties: fill !important;

classic/css/aboutaddons/addonlists_compact.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
33
/****************************************************************************************/
44

5-
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons) {
5+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
66

77
/* dimensions / positioning */
88
#addons-page .main-content{

classic/css/aboutaddons/addonlists_compact_fx68.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/****************************************************************************************/
44

55

6-
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
6+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
77

88
:root {
99
--addon-icon-size: 20px !important;

classic/css/aboutaddons/addonlists_compact_fx72.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/****************************************************************************************/
44

55

6-
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
6+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
77

88
:root {
99
--addon-icon-size: 20px !important;

classic/css/aboutaddons/addonlists_compact_more_compact_fx68.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@import "./addonlists_compact_fx68.css";
77

8-
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
8+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
99

1010
:root {
1111
--addon-icon-size: 16px !important;

classic/css/aboutaddons/addonlists_compact_more_compact_fx72.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@import "./addonlists_compact_fx68.css";
77

8-
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
8+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
99

1010
:root {
1111
--addon-icon-size: 16px !important;

classic/css/aboutaddons/addonlists_disabled_addons_colorized_icons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
33
/****************************************************************************************/
44

5-
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul),
6-
url-prefix(about:addons) {
5+
6+
@-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul), url-prefix(about:addons),url-prefix(chrome://mozapps/content/extensions/aboutaddons.html) {
77

88
richlistitem[active="false"] .icon {
99
filter: unset !important;

0 commit comments

Comments
 (0)