dimmer theme for "download apps"
This commit is contained in:
parent
96a3c841ee
commit
4734adb74f
1 changed files with 11 additions and 1 deletions
12
btfl.css
12
btfl.css
|
@ -398,10 +398,12 @@ div[class^="buttons-"] {
|
|||
}
|
||||
|
||||
/* dimmer theme? */
|
||||
div[class^="downloadApps-"],
|
||||
div[class^="layer-"] div.theme-light div[class*="root-"]
|
||||
{ background: var(--background-secondary); }
|
||||
{ background-color: var(--background-secondary) !important; }
|
||||
div[class^="layer-"] div.theme-light div[class*="footer-"]
|
||||
{ background: var(--background-primary); }
|
||||
div[class^="downloadApps-"],
|
||||
div[class^="layer-"] div.theme-light {
|
||||
--header-primary: #dedede;
|
||||
--header-secondary: #cacaca;
|
||||
|
@ -413,3 +415,11 @@ div[class^="layer-"] div.theme-light {
|
|||
--background-tertiary: #1e1e1e;
|
||||
color: var(--header-primary);
|
||||
}
|
||||
div[class^="downloadApps-"] [class*="close-"]
|
||||
{ color: var(--interactive-normal); }
|
||||
div[class^="downloadApps-"] [class*="close-"]:hover
|
||||
{ color: var(--interactive-hover); }
|
||||
div[class^="downloadApps-"] h3,
|
||||
div[class^="downloadApps-"] div[class*="footer-"] {
|
||||
color: var(--header-primary);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue