129 lines
5.1 KiB
CSS
Raw Normal View History

2021-06-16 19:28:37 +08:00
@media (prefers-color-scheme: dark) {
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-close,
#titlebar .titlebar-close,
#titlebar #titlebar-close {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-close-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-max,
#titlebar .titlebar-max,
#titlebar #titlebar-max {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-maximize-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-min,
#titlebar .titlebar-min,
#titlebar #titlebar-min {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-minimize-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-restore,
#titlebar .titlebar-restore,
#titlebar #titlebar-restore,
:root[sizemode="maximized"] #nav-bar .titlebar-max,
:root[sizemode="maximized"] #titlebar .titlebar-max,
:root[sizemode="maximized"] #titlebar #titlebar-max {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-maximize-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-close:hover,
#titlebar .titlebar-close:hover,
#titlebar #titlebar-close:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-close-hover-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-max:hover,
#titlebar .titlebar-max:hover,
#titlebar #titlebar-max:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-maximize-hover-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-min:hover,
#titlebar .titlebar-min:hover,
#titlebar #titlebar-min:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-minimize-hover-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-restore:hover,
#titlebar .titlebar-restore:hover,
#titlebar #titlebar-restore:hover,
:root[sizemode="maximized"] #nav-bar .titlebar-max:hover,
:root[sizemode="maximized"] #titlebar .titlebar-max:hover,
:root[sizemode="maximized"] #titlebar #titlebar-max:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-unmaximize-hover-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-close:active,
#titlebar .titlebar-close:active,
#titlebar #titlebar-close:active {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-close-active-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-max:active,
#titlebar .titlebar-max:active,
#titlebar #titlebar-max:active {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-maximize-active-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-min:active,
#titlebar .titlebar-min:active,
#titlebar #titlebar-min:active {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-minimize-active-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-restore:active,
#titlebar .titlebar-restore:active,
#titlebar #titlebar-restore:active,
:root[sizemode="maximized"] #nav-bar .titlebar-max:active,
:root[sizemode="maximized"] #titlebar .titlebar-max:active,
:root[sizemode="maximized"] #titlebar #titlebar-max:active {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-unmaximize-active-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-close,
#titlebar:-moz-window-inactive .titlebar-close,
2025-02-12 12:27:26 +08:00
#titlebar:-moz-window-inactive #titlebar-close,
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-max,
#titlebar:-moz-window-inactive .titlebar-max,
2025-02-12 12:27:26 +08:00
#titlebar:-moz-window-inactive #titlebar-max,
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-min,
#titlebar:-moz-window-inactive .titlebar-min,
2025-02-12 12:27:26 +08:00
#titlebar:-moz-window-inactive #titlebar-min,
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-restore,
#titlebar:-moz-window-inactive .titlebar-restore,
#titlebar:-moz-window-inactive #titlebar-restore,
:root[sizemode="maximized"] #nav-bar:-moz-window-inactive .titlebar-max,
:root[sizemode="maximized"] #titlebar:-moz-window-inactive .titlebar-max,
:root[sizemode="maximized"] #titlebar:-moz-window-inactive #titlebar-max {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-close:hover,
#titlebar:-moz-window-inactive .titlebar-close:hover,
#titlebar:-moz-window-inactive #titlebar-close:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-close-backdrop-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-max:hover,
#titlebar:-moz-window-inactive .titlebar-max:hover,
#titlebar:-moz-window-inactive #titlebar-max:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-maximize-backdrop-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-min:hover,
#titlebar:-moz-window-inactive .titlebar-min:hover,
#titlebar:-moz-window-inactive #titlebar-min:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-minimize-backdrop-dark.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-restore:hover,
#titlebar:-moz-window-inactive .titlebar-restore:hover,
#titlebar:-moz-window-inactive #titlebar-restore:hover,
:root[sizemode="maximized"] #nav-bar:-moz-window-inactive .titlebar-max:hover,
:root[sizemode="maximized"] #titlebar:-moz-window-inactive .titlebar-max:hover,
:root[sizemode="maximized"] #titlebar:-moz-window-inactive #titlebar-max:hover {
2021-06-16 19:28:37 +08:00
background: url("../titlebuttons/titlebutton-unmaximize-backdrop-dark.svg") no-repeat;
background-size: contain;
}
}