forked from adriankarlen/textfox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
urlbar.css
30 lines (30 loc) · 849 Bytes
/
urlbar.css
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
28
29
30
#urlbar-background {
background-color: transparent !important;
border: unset !important;
box-shadow: unset !important;
/* &::before { */
/* content: "results"; */
/* background-color: var(--lwt-accent-color); */
/* color: var(--accent); */
/* position: absolute; */
/* margin: 5.1rem 12px; */
/* padding: 0 4px; */
/* z-index: 9; */
/* font-size: 1.15em; */
/* left: 0 */
/* } */
}
.urlbarView {
text-align: start;
margin-top: 4px;
background-color: var(--lwt-accent-color);
border: var(--border-width) solid var(--accent) !important;
}
.urlbarView-body-inner {
#urlbar[open] > .urlbarView > .urlbarView-body-outer > & {
border-top: unset !important;
}
}
.urlbarView:not([noresults]) > .search-one-offs:not([hidden]) {
border-top: var(--border-width) solid var(--accent) !important;
}