mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Clean: indent
This commit is contained in:
parent
f29be24d51
commit
2f064fbe0a
1 changed files with 9 additions and 6 deletions
|
|
@ -1,17 +1,20 @@
|
||||||
@media (-moz-proton) {
|
@media (-moz-proton) {
|
||||||
@-moz-document url("about:home"), url("about:newtab") {
|
@-moz-document url("about:home"), url("about:newtab") {
|
||||||
/* Activity Stream - Focus Border: like URL */
|
/* Activity Stream - Search Focus Border: like URL */
|
||||||
/* At DarkMode, Color */
|
/* At DarkMode, Color */
|
||||||
body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"] {
|
body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"] {
|
||||||
--newtab-focus-outline: rgba(0, 221, 255, 0.5);
|
/* outer */
|
||||||
--newtab-focus-border: color-mix(in srgb, var(--newtab-background-color) 50%, transparent);
|
--newtab-focus-outline: rgba(0, 221, 255, 0.5) !important; /* #00DDFF * opacity 0.5, Original: rgba(80, 145, 241, 0.5) */
|
||||||
--newtab-focus-border-selected: color-mix(in srgb, var(--newtab-background-color) 50%, transparent);
|
|
||||||
|
/* inner */
|
||||||
|
--newtab-focus-border: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF */
|
||||||
|
--newtab-focus-border-selected: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Activity Stream - Web Site Icon: full size */
|
/* Activity Stream - Web Site Icon: full size */
|
||||||
.top-site-outer .tile .icon-wrapper {
|
.top-site-outer .tile .icon-wrapper {
|
||||||
width: 100% !important;
|
width: 100% !important; /* Original: 48px */
|
||||||
height: 100% !important;
|
height: 100% !important; /* Original: 48px */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue