Commit Graph

12 Commits

Author SHA1 Message Date
MrOtherGuy
f54dcd8b99 Fix broken negation pseudo-class selectors from 9e39c99 2025-11-02 19:03:13 +02:00
MrOtherGuy
8d3c6ab4fc code cleanup: remove uses of -moz-bool-pref 2025-11-02 06:45:00 +02:00
MrOtherGuy
3e6975e347 code cleanup: remove uses of [tabsintitlebar] 2025-11-02 06:10:20 +02:00
MrOtherGuy
9e39c99f50 Support [autohide] as boolean attribute
Firefox 143 uses authide as boolean attribute, so we need to support
both versions, thus selectors looking mildly horrifying
2025-09-18 17:06:31 +03:00
MrOtherGuy
14d2fa0d03 Add #notifications-toolbar as selector where notifications are styled 2025-07-27 07:08:51 +03:00
MrOtherGuy
6931382f92 Replace uses of -moz-bool-pref with -moz-pref
This new media query feature replaces the old -moz-bool-pref in Firefox
137. -moz-pref can be used to also query values of string and number
     prefs
2025-02-13 07:38:04 +02:00
MrOtherGuy
582f97c53e Add [customtitlebar] as alternative to [tabsintitlebar] 2024-11-29 16:35:06 +02:00
MrOtherGuy
eda73c19e4 tabs on bottom v2: support window controls on left placement 2024-10-12 05:50:29 +03:00
MrOtherGuy
13109b6d3d Trivial selector changes from titlebar removal 2024-10-05 08:44:59 +03:00
MrOtherGuy
5051132cf3 tabs on bottom v2: remove nav-bar top border and pbm icon tweaks 2024-09-29 10:11:40 +03:00
MrOtherGuy
da90d6d223 tabs on bottom v2: add support for left-side caption buttons and themes 2024-09-29 09:33:28 +03:00
MrOtherGuy
44b7593404 create tabs_on_bottom_v2.css
This does reordering with grid display. Requires Firefox 132 for
supporting display: contents on xul elements.
2024-09-27 16:42:39 +03:00