mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Add: Common Dialog - Proton like
This commit is contained in:
parent
e7fc6c217f
commit
218f4e32a9
1 changed files with 12 additions and 1 deletions
|
|
@ -1095,7 +1095,8 @@
|
|||
}
|
||||
|
||||
/*= Proton Commons =========================================================*/
|
||||
@-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml"),
|
||||
@-moz-document url("chrome://global/content/commonDialog.xhtml"),
|
||||
url("chrome://mozapps/content/downloads/unknownContentType.xhtml"),
|
||||
url("chrome://browser/content/pageinfo/pageInfo.xhtml")
|
||||
{
|
||||
/*- Overwrite ------------------------------------------------------------*/
|
||||
|
|
@ -1580,6 +1581,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Common Dialog ==========================================================*/
|
||||
@-moz-document url("chrome://global/content/commonDialog.xhtml")
|
||||
{
|
||||
#commonDialog {
|
||||
-moz-appearance: none !important; /* For Mac */
|
||||
color: var(--in-content-page-color) !important;
|
||||
background-color: var(--in-content-page-background) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*= Downloads ==============================================================*/
|
||||
@-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue