summary refs log tree commit diff
path: root/.mozilla/firefox/hibiki.default/chrome/lepton.patch
blob: d6379946e6dde59e9418b69049ca9304b2306c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- ./lepton.userChrome.css	2022-05-24 23:50:09.178033305 +0200
+++ ./lepton.userChrome.css	2022-05-24 23:49:33.843031418 +0200
@@ -24,7 +24,6 @@
   /*= Darkmode - Color lighter =================================================*/
   :root[lwtheme-mozlightdark][lwthemetextcolor="bright"],
   :root[style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"] {
-    --toolbar-bgcolor: rgba(43, 42, 51, 5) !important;
     /* Original: rgba(43, 42, 51, 1) */
   }
 }
@@ -3325,15 +3324,13 @@
 @supports -moz-bool-pref("userChrome.padding.urlbar") {
   :root:not([uidensity="touch"]) #urlbar-container,
   :root:not([uidensity="touch"]) #search-container {
-    padding-block: 3px !important;
     /* Original: 4px */
-    margin-inline: 5px !important;
     /* Original: 5px */
   }
 
   :root:not([uidensity="compact"]) #urlbar-container,
   :root:not([uidensity="compact"]) #search-container {
-    padding-block: 2px !important;
+    /* noop */
   }
 
   /* spread menu */