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