Skip to content

Commit

Permalink
2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Mar 18, 2019
1 parent 816fa8f commit 0141a1f
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 11 deletions.
Expand Up @@ -8,5 +8,13 @@
opacity: 1 !important;
min-height: 48px !important;
}

#category-recentUpdates[hidden] {
opacity: 1 !important;
min-height: 48px !important;
height: 48px !important;
display: inherit !important;
transition: unset !important;
}

}
36 changes: 36 additions & 0 deletions classic/css/aboutconfig/aboutconfig_compact_appearance.css
@@ -0,0 +1,36 @@
/* Firefox Quantum userChrome.css tweaks ************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
/****************************************************************************************/

@-moz-document url-prefix(about:config) {

.config-background #prefs,
.config-background #prefs * {
min-height: unset !important;
padding: unset !important;
margin: unset !important;
font-size: unset !important;
}

.config-background #prefs button {
-moz-margin-start: 1px !important;
}

.config-background #prefs #form-edit > * {
-moz-margin-end: 2px !important;
}

.config-background #search-container * {
min-height: unset !important;
font-size: unset !important;
padding-top: unset !important;
padding-bottom: unset !important;
margin-top: unset !important;
margin-bottom: unset !important;
}

.config-background #search-container {
padding: 4px !important;
}

}
2 changes: 1 addition & 1 deletion classic/css/tabs/classic_squared_tabs.css
Expand Up @@ -391,7 +391,7 @@
}

/* Fx65+ fixes */
#main-window[sizemode="maximized"] #TabsToolbar {
#main-window[sizemode="maximized"][tabsintitlebar] #TabsToolbar {
margin-top: -1px !important;
}

Expand Down
2 changes: 1 addition & 1 deletion classic/css/tabs/classic_squared_tabs_australized.css
Expand Up @@ -374,7 +374,7 @@
}

/* Fx65+ fixes */
#main-window[sizemode="maximized"] #TabsToolbar {
#main-window[sizemode="maximized"][tabsintitlebar] #TabsToolbar {
margin-top: -1px !important;
}

Expand Down
7 changes: 4 additions & 3 deletions classic/css/tabs/tabs_below_navigation_toolbar_fx65.css
Expand Up @@ -106,7 +106,7 @@
}

/* hide non-required items */
/*#TabsToolbar .private-browsing-indicator,*/
#TabsToolbar .private-browsing-indicator,
#TabsToolbar #window-controls,
#TabsToolbar *[type="caption-buttons"],
#TabsToolbar *[type="pre-tabs"],
Expand All @@ -116,17 +116,18 @@

/* adjust private mode icon position */
@media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-version:windows-win7) {
#main-window[privatebrowsingmode=temporary]:not([inDOMFullscreen="true"]) #TabsToolbar .private-browsing-indicator {
#main-window[tabsintitlebar][privatebrowsingmode=temporary]:not([inDOMFullscreen="true"]) #TabsToolbar .private-browsing-indicator {
position: fixed !important;
top: 0 !important;
right: 130px !important;
visibility: visible !important;
display: block !important;
}
#main-window[privatebrowsingmode=temporary][sizemode="maximized"]:not([inDOMFullscreen="true"]) #TabsToolbar .private-browsing-indicator {
#main-window[tabsintitlebar][privatebrowsingmode=temporary][sizemode="maximized"]:not([inDOMFullscreen="true"]) #TabsToolbar .private-browsing-indicator {
top: 8px !important;
}
}

/* adjust tabs toolbar padding */
#main-window:-moz-any([sizemode="normal"],[sizemode="maximized"],[sizemode="fullscreen"]) #navigator-toolbox #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[tabsintitlebar]:-moz-any([sizemode="normal"],[sizemode="maximized"],[sizemode="fullscreen"]) #navigator-toolbox #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
Expand Down
2 changes: 1 addition & 1 deletion classic/css/toolbars/bookmarks_toolbar_multiple_lines.css
Expand Up @@ -90,4 +90,4 @@

#navigator-toolbox #PersonalToolbar {
max-height: calc( var(--bookmark_items_lines) * var(--bookmark_items_height) ) !important;
}
}
Expand Up @@ -109,4 +109,4 @@

#navigator-toolbox #PersonalToolbar {
max-height: calc( var(--bookmark_items_lines) * var(--bookmark_items_height) ) !important;
}
}
7 changes: 3 additions & 4 deletions classic/userChrome.css
Expand Up @@ -5,7 +5,7 @@

/************************************************************************************************/
/* Custom CSS for Firefox 60+ *******************************************************************/
/* version 2.4.5 ********************************************************************************/
/* version 2.4.6 ********************************************************************************/
/************************************************************************************************/

/*************************************************************************************************
Expand All @@ -29,8 +29,8 @@
[!] Firefox 66+ (look for '*_fx66.css')
- 'multiple tab lines v1' is not compatible with Firefox 66+
- 'bookmarks toolbar multiple lines' is not compatible with Firefox 66+, use "_fx66.css" alternative
- 'searchbar show labels' is different now in Firefox 66+
- 'bookmarks toolbar multiple lines' uses an own new option
- 'searchbar show labels' uses an own new option
*************************************************************************************************/

Expand Down Expand Up @@ -587,7 +587,6 @@
/* [!] not compatible to 'bookmarks toolbar autohide' option ************************************/
/* [!] not compatible to 'simulated second bookmars toolbar' option *****************************/
/* [!] not compatible to 'simulated add-bar' option *********************************************/
/* [!] not compatible to Firefox 66+ (2019-01-14 Nightly) ***************************************/
/* [!] SUPPORT THREAD: https://github.com/aris-t2/customcssforfx/issues/99 **********************/
/* @import "./css/toolbars/bookmarks_toolbar_multiple_lines.css"; /**/ /* <--- EXPERIMENTAL */
/* @import "./css/toolbars/bookmarks_toolbar_multiple_lines_fx66.css"; /**/ /* <--- EXPERIMENTAL */
Expand Down
7 changes: 7 additions & 0 deletions classic/userContent.css
Expand Up @@ -96,6 +96,13 @@
/* @import "./css/aboutnewtab/dark_appearance_alternative_background.css"; /**/


/************************************************************************************************/
/* about:config (Firefox 67+) *******************************************************************/
/************************************************************************************************/

/* @import "./css/aboutconfig/aboutconfig_compact_appearance.css"; /**/


/************************************************************************************************/
/* WEB CONTENT **********************************************************************************/
/************************************************************************************************/
Expand Down

0 comments on commit 0141a1f

Please sign in to comment.