mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Add dark mode to the browser
This commit is contained in:
parent
7a1e4d1312
commit
14f1894779
17 changed files with 1153 additions and 4 deletions
|
|
@ -448,6 +448,25 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks {
|
|||
background-position: bottom left;
|
||||
}
|
||||
|
||||
/* Dark mode browser frame background overrides */
|
||||
:root[data-theme="dark"] #tab-view-deck,
|
||||
:root[data-theme="dark"] #browser-panel,
|
||||
:root[data-theme="dark"] #browser-bottombox,
|
||||
:root[data-theme="dark"] #browser,
|
||||
:root[data-theme="dark"] #appcontent,
|
||||
:root[data-theme="dark"] #content,
|
||||
:root[data-theme="dark"] .browserStack,
|
||||
:root[data-theme="dark"] #high-priority-global-notificationbox,
|
||||
:root[data-theme="dark"] #global-notificationbox,
|
||||
:root[data-theme="dark"] #main-window {
|
||||
background: #2b2b2b !important;
|
||||
background-color: #2b2b2b !important;
|
||||
background-image: none !important;
|
||||
border: none !important;
|
||||
border-color: #2b2b2b !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.menuitem-tooltip {
|
||||
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#menuitem-tooltip");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue