WhiteSur-gtk-theme/src/other/firefox/common/parts/titlebutton-light-alt.css

136 lines
5.3 KiB
CSS
Raw Normal View History

2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-close,
#titlebar .titlebar-close,
#titlebar #titlebar-close {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-close.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-max,
#titlebar .titlebar-max,
#titlebar #titlebar-max {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-maximize.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar .titlebar-min,
#titlebar .titlebar-min,
#titlebar #titlebar-min {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-minimize.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-maximize.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-close-hover-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-maximize-hover-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-minimize-hover.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-unmaximize-hover-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-close-active-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-maximize-active-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-minimize-active.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-unmaximize-active-alt.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,
#titlebar:-moz-window-inactive #titlebar-close {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-backdrop.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-max,
#titlebar:-moz-window-inactive .titlebar-max,
#titlebar:-moz-window-inactive #titlebar-max {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-backdrop.svg") no-repeat;
background-size: contain;
}
2025-02-06 13:28:09 +08:00
#nav-bar:-moz-window-inactive .titlebar-min,
#titlebar:-moz-window-inactive .titlebar-min,
#titlebar:-moz-window-inactive #titlebar-min {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-backdrop.svg") no-repeat;
background-size: contain;
}
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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-backdrop.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-close-backdrop-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-maximize-backdrop-alt.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-minimize-backdrop.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 {
2024-09-18 12:18:23 +08:00
background: url("../titlebuttons/titlebutton-unmaximize-backdrop-alt.svg") no-repeat;
background-size: contain;
}