1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-09 20:42:34 +01:00

Theme updates

This commit is contained in:
Allan Wang 2021-01-24 17:54:09 -08:00
parent 43a33ed025
commit be88f69e78
No known key found for this signature in database
GPG Key ID: 69D90B885D405BDB
5 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,8 @@
@mixin placeholder {
::placeholder {
@content;
}
::-webkit-input-placeholder {
@content;
}
@ -14,6 +18,10 @@
:-ms-input-placeholder {
@content;
}
::-ms-input-placeholder {
@content;
}
}
@mixin fill-available {

View File

@ -17,7 +17,7 @@
// }
@include placeholder {
color: $text !important;
color: $text_disabled !important;
}
.excessItem {

View File

@ -7,6 +7,8 @@
}
}
header[role="banner"] /* login banner */,
._90px._9gb7 /* login bottom banner */,
.rq0escxv.l9j0dhe7.du4w35lb.j83agx80.cbu4d94t.pfnyh3mw.d2edcug0.hpfvmrgz.p8fzw8mz.pcp91wgn.iuny7tx3.ipjc6fyt /* Top bar call video info icons */,
.kuivcneq /* Right sidebar */ {
display: none !important;

View File

@ -0,0 +1,3 @@
html, body, input {
color: $text !important;
}

View File

@ -5,3 +5,7 @@
@import "core_bg";
@import "core_border";
@import "core_hider";
@include placeholder {
color: $text_disabled !important;
}