🎨 ux(browser): update chrome css to include a different background image and some fixes

This commit is contained in:
Sergio Laín 2024-05-02 21:40:26 +02:00
parent 22012beb1b
commit 32cab1cbb2
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 15 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

View file

@ -9,28 +9,16 @@
/*------------------------------------------------*/
/* Background Color */
@media (prefers-color-scheme: dark) {
#tabbrowser-tabbox,
#tabbrowser-tabpanels,
#browser,
#appcontent {
background-image: url(night-lake.jpg) !important;
#browser {
background-image: url(arch-logo.png) !important;
background-size: cover !important;
background-position: center !important;
}
}
@media (prefers-color-scheme: light) {
#navigator-toolbox,
#sidebar-box,
#tabbrowser-tabbox,
#tabbrowser-tabpanels,
#browser,
#appcontent,
#sidebar-select-box,
.browser-sidebar2,
tab.tabbrowser-tab * {
background-color: #e6e6e6 !important;
}
#tabbrowser-tabbox {
background: none !important;
}
@media (prefers-color-scheme: dark) {
@ -673,7 +661,7 @@ tab,
/* Expand Side bar on hover */
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] {
--sidebar-width: 40px;
--sidebar-width: 69px;
--sidebar-hover-width: 350px;
background: none !important;
position: relative;
@ -789,7 +777,7 @@ tab,
@media (prefers-color-scheme: dark) {
#sidebar2-box browser {
border-radius: 15px !important;
margin: 10px 10px 10px 0px !important;
margin: 3px 10px 10px 0px !important;
border: 3px solid rgba(0, 0, 0, 0);
transition: border 0.3s ease;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
@ -801,6 +789,10 @@ tab,
}
}
.browser-sidebar2 {
background: none !important;
}
@media (prefers-color-scheme: light) {
#sidebar2-box browser {
border-radius: 15px !important;