Improve entries

This commit is contained in:
Rafael Mardojai CM 2019-07-07 18:54:03 -05:00
parent 471d91b507
commit 287844ae15
2 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,7 @@
/* Entries */
#urlbar,
#searchbar,
#search-box,
.findbar-textbox {
-moz-appearance: none !important;
@ -30,6 +31,7 @@
/* Inactive window entries */
#urlbar:-moz-window-inactive,
#searchbar:-moz-window-inactive,
#search-box:-moz-window-inactive,
.findbar-textbox:-moz-window-inactive {
background: var(--gnome-inactive-urlbar-background) !important;
@ -52,3 +54,9 @@
}
/* Fixed */
#urlbar, #searchbar {
margin: 0 3px !important;
padding: 0 !important;
}

View File

@ -8,10 +8,6 @@ toolbarspring {
}
/* URL bar and Search bar */
#urlbar {
margin: 0 3px !important;
padding: 0 !important;
}
#urlbar[focused] .urlbar-textbox-container {
margin: -1px !important;