diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:46:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-11-16 17:46:28 +0530 |
| commit | 6afdc1c9c8567d698755f098415823108ff33712 (patch) | |
| tree | 44fdf01c51bc67474ed83bc86b6ce7afd12b3b2c /modules/firefox.home/chrome/userChrome.css | |
| parent | 5a7cb7fd19b7ca2185463829423eb4a05fc5a330 (diff) | |
| download | nixos-config-6afdc1c9c8567d698755f098415823108ff33712.tar.gz nixos-config-6afdc1c9c8567d698755f098415823108ff33712.zip | |
Update firefox styles
Diffstat (limited to '')
| -rw-r--r-- | modules/firefox.home/chrome/userChrome.css | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/modules/firefox.home/chrome/userChrome.css b/modules/firefox.home/chrome/userChrome.css index 8e057df..4247f33 100644 --- a/modules/firefox.home/chrome/userChrome.css +++ b/modules/firefox.home/chrome/userChrome.css @@ -7,8 +7,10 @@ --toolbarbutton-inner-padding: 6px; --toolbar-bgcolor: var(--ff-bg-color); --toolbar-field-background-color: var(--ff-bg-color-1); - --toolbarbutton-border-radius: 0; + --toolbarbutton-border-radius: 5px; --toolbar-start-end-padding: 2px; + --urlbar-margin-inline: 0; + --urlbar-container-padding: 0; } toolbarbutton { @@ -101,7 +103,7 @@ toolbarbutton#alltabs-button { #nav-bar { border-top: none !important; background-color: var(--toolbar-bgcolor) !important; - padding: 6px 2px 3px !important; + padding: 3px 2px 0 !important; } #TabsToolbar { visibility: collapse !important; @@ -115,13 +117,22 @@ toolbarbutton#alltabs-button { #urlbar { font-size: 0.95rem !important; min-height: var(--ff-urlbar-height) !important; - left: 0 !important; - width: 100% !important; + top: 5px !important; +} +#urlbar:not([breakout-extend]) { + height: var(--ff-urlbar-height) !important; } #navigator-toolbox { border-bottom: none !important; } +.urlbarView-url { + color: var(--ff-accent-color-1) !important; +} +.urlbarView { + background-color: var(--ff-bg-color-2) !important; +} + .urlbar-input-container { background-color: var(--ff-bg-color-2) !important; border-color: transparent !important; @@ -165,16 +176,16 @@ toolbarbutton#alltabs-button { /* URL bar progress indicator */ -#urlbar[data-page-progress="loaded"]::before { +/* #urlbar[data-page-progress="loaded"]::before { display: none !important; -} +} */ @keyframes ucLoadingSnimation { 0% { background-position: 130% 50%; } 100% { background-position: -70% 50%; } } -#urlbar[data-page-progress]::before { +/* #urlbar[data-page-progress]::before { display: block; content: " "; pointer-events: none; @@ -193,7 +204,7 @@ toolbarbutton#alltabs-button { background-size: 200% 200%; animation: ucLoadingSnimation 2.2s ease-in-out infinite; border-bottom: 2px solid var(--ff-accent-color); -} +} */ /* Key mode indicator */ |
