mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Clean: Prettified comment line #276
This commit is contained in:
parent
078f35b2b8
commit
90c1c8cbe4
2 changed files with 177 additions and 177 deletions
304
userChrome.css
304
userChrome.css
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
@-moz-document url("about:home"), url("about:newtab") {
|
||||
/** Activity Stream - Search Focus Border: like URL ***********************/
|
||||
/** Activity Stream - Search Focus Border: like URL *************************/
|
||||
/* At DarkMode, Color */
|
||||
body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"],
|
||||
body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"],
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
--newtab-primary-action-background: var(--newtab-focus-border) !important;
|
||||
}
|
||||
|
||||
/** Activity Stream - Web Site Icon: full size ****************************/
|
||||
/** Activity Stream - Web Site Icon: full size ******************************/
|
||||
.top-site-outer .tile {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
height: 100% !important; /* Original: 48px */
|
||||
}
|
||||
|
||||
/** Activity Stream - Animate *********************************************/
|
||||
/** Activity Stream - Animate ***********************************************/
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
:root {
|
||||
--animation-easing-function: cubic-bezier(0.07, 0.95, 0, 1);
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/** Activity Stream - Home Search Bar looks like proton *******************/
|
||||
/** Activity Stream - Home Search Bar looks like proton *********************/
|
||||
/* Dropdown Colors */
|
||||
#root {
|
||||
--newtab-search-background-color: rgba(255, 255, 255, 1); /* Same as light theme's --panel-background */
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*- Fix Color For Nightly ------------------------------------------------*/
|
||||
/*- Fix Color For Nightly --------------------------------------------------*/
|
||||
.contentSearchSuggestionTable,
|
||||
.contentSearchHeaderRow,
|
||||
.contentSearchHeader,
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/** Error Page - Restore illustrations **************************************/
|
||||
/** Error Page - Restore illustrations ****************************************/
|
||||
@-moz-document url-prefix("about:neterror"),
|
||||
url("about:restartrequired"), url("chrome://browser/content/aboutRestartRequired.xhtml"),
|
||||
url("about:sessionrestore"), url("chrome://browser/content/aboutSessionRestore.xhtml")
|
||||
|
|
@ -264,8 +264,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
/** Fully Dark Mode *********************************************************/
|
||||
/*= Fully Dark Mode - Dark Mode Colors =====================================*/
|
||||
/** Fully Dark Mode ***********************************************************/
|
||||
/*= Fully Dark Mode - Dark Mode Colors =======================================*/
|
||||
/* Based on chrome://global/skin/in-content/common.css */
|
||||
:host,
|
||||
:root {
|
||||
|
|
@ -421,7 +421,7 @@
|
|||
--dialog-warning-text-color: var(--red-40);
|
||||
}
|
||||
|
||||
/*= Addons.org ===========================================================*/
|
||||
/*= Addons.org =============================================================*/
|
||||
@-moz-document url-prefix("https://addons.mozilla.org")
|
||||
{
|
||||
/* Basic */
|
||||
|
|
@ -636,7 +636,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Support.org ==========================================================*/
|
||||
/*= Support.org ============================================================*/
|
||||
@-moz-document url-prefix("https://support.mozilla.org")
|
||||
{
|
||||
/* Basic */
|
||||
|
|
@ -906,8 +906,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
/** Fully Proton Mode *******************************************************/
|
||||
/*= abouts' common =========================================================*/
|
||||
/** Fully Proton Mode *********************************************************/
|
||||
/*= abouts' common ===========================================================*/
|
||||
@-moz-document url-prefix("about:plugins"),
|
||||
url-prefix("about:cache"),
|
||||
url-prefix("about:checkerboard"),
|
||||
|
|
@ -1140,7 +1140,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= View Source ============================================================*/
|
||||
/*= View Source ==============================================================*/
|
||||
@-moz-document url-prefix("view-source") {
|
||||
:root {
|
||||
background-color: var(--in-content-page-background) !important; /* Original: white */
|
||||
|
|
@ -1201,7 +1201,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Directory View =========================================================*/
|
||||
/*= Directory View ===========================================================*/
|
||||
@-moz-document url-prefix("about:sync-log"),
|
||||
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$") {
|
||||
body {
|
||||
|
|
@ -1216,7 +1216,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= about:plugins ==========================================================*/
|
||||
/*= about:plugins ============================================================*/
|
||||
@-moz-document url-prefix("about:plugins") {
|
||||
.notice {
|
||||
background: var(--in-content-box-background) !important;
|
||||
|
|
@ -1224,7 +1224,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= about:cache ============================================================*/
|
||||
/*= about:cache ==============================================================*/
|
||||
@-moz-document url-prefix("about:cache") {
|
||||
table {
|
||||
padding: 0 !important;
|
||||
|
|
@ -1237,7 +1237,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= about:checkerboard =====================================================*/
|
||||
/*= about:checkerboard =======================================================*/
|
||||
@-moz-document url-prefix("about:checkerboard") {
|
||||
#canvas {
|
||||
border: 1px solid var(--in-content-border-color) !important;
|
||||
|
|
@ -1247,7 +1247,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= about:memory ===========================================================*/
|
||||
/*= about:memory =============================================================*/
|
||||
@-moz-document url-prefix("about:memory") {
|
||||
.opsRow,
|
||||
.section {
|
||||
|
|
@ -1259,7 +1259,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= chrome://browser/content/places/places.xhtml ===========================*/
|
||||
/*= chrome://browser/content/places/places.xhtml =============================*/
|
||||
@-moz-document url("chrome://browser/content/places/places.xhtml")
|
||||
{
|
||||
@media (-moz-gtk-csd-available) {
|
||||
|
|
@ -1338,7 +1338,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*- Toolbar & Menus --------------------------------------------------*/
|
||||
/*- Toolbar & Menus ------------------------------------------------------*/
|
||||
#placesToolbar {
|
||||
appearance: none !important;
|
||||
background-color: var(--organizer-toolbar-background) !important;
|
||||
|
|
@ -1403,7 +1403,7 @@
|
|||
padding-inline-end: 4px !important;
|
||||
}
|
||||
|
||||
/*- Search Bar & Input -------------------------------------------------*/
|
||||
/*- Search Bar & Input ---------------------------------------------------*/
|
||||
#searchFilter,
|
||||
#detailsPane html|input {
|
||||
appearance: none !important;
|
||||
|
|
@ -1424,7 +1424,7 @@
|
|||
outline-offset: -2px !important;
|
||||
}
|
||||
|
||||
/*- Sidebar & Splitter -------------------------------------------------*/
|
||||
/*- Sidebar & Splitter ---------------------------------------------------*/
|
||||
#placesList {
|
||||
background-color: var(--organizer-pane-background) !important;
|
||||
}
|
||||
|
|
@ -1439,7 +1439,7 @@
|
|||
position: relative !important;
|
||||
}
|
||||
|
||||
/*- Downloads Pane -----------------------------------------------------*/
|
||||
/*- Downloads Pane -------------------------------------------------------*/
|
||||
#downloadsRichListBox {
|
||||
color: var(--organizer-color) !important;
|
||||
background-color: var(--organizer-content-background) !important;
|
||||
|
|
@ -1459,7 +1459,7 @@
|
|||
background-color: var(--organizer-selected-background) !important;
|
||||
}
|
||||
|
||||
/*- Tree ---------------------------------------------------------------*/
|
||||
/*- Tree -----------------------------------------------------------------*/
|
||||
#contentView treecol {
|
||||
/* Use box-shadow to draw a bottom border instead of border-bottom
|
||||
* because otherwise the items on contentView won't be perfectly
|
||||
|
|
@ -1553,7 +1553,7 @@
|
|||
border-color: var(--organizer-selected-color) !important;
|
||||
}
|
||||
|
||||
/*- Info Box -----------------------------------------------------------*/
|
||||
/*- Info Box -------------------------------------------------------------*/
|
||||
#detailsPane {
|
||||
background-color: var(--organizer-pane-background) !important;
|
||||
color: var(--organizer-color) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue