mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-19 08:11:56 +00:00
Add ellipsis to URL bar placeholder text for improved visibility
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.urlbar-input::placeholder {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
#searchbar:focus-within {
|
#searchbar:focus-within {
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user