mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-09 10:42:13 -08:00
13 lines
444 B
CSS
13 lines
444 B
CSS
@-moz-document url("about:home"), url("about:newtab") {
|
|
/* Activity Stream - Search Focus Border: like URL */
|
|
.fake-focus .search-handoff-button {
|
|
--focus-outline-color: #00DDFF;
|
|
border: 2px solid color-mix(in srgb, var(--focus-outline-color) 50%, transparent) !important;
|
|
}
|
|
|
|
/* Activity Stream - Web Site Icon: full size */
|
|
.top-site-outer .tile .icon-wrapper {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
}
|