From c320fd3ac8ed84e0a5e5e0f71b9b0421cdac8e86 Mon Sep 17 00:00:00 2001
From: datguypiko <61329159+datguypiko@users.noreply.github.com>
Date: Mon, 22 Jul 2024 19:12:12 +0300
Subject: [PATCH] Update userChrome.css
Fix linux search bar buttons not being correctly rotated.
---
userChrome.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/userChrome.css b/userChrome.css
index 4a1ab6f..8d97139 100644
--- a/userChrome.css
+++ b/userChrome.css
@@ -1301,9 +1301,9 @@ toolbar
@media (-moz-platform: linux) {
#identity-box::after,
#page-action-buttons::before {
- content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F>');
- transform: none;
- font-size: unset;
+ content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F>') !important;
+ transform: none !important;
+ font-size: unset !important;
}
#page-action-buttons::before {