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:
parent
43a33ed025
commit
be88f69e78
@ -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 {
|
||||
|
@ -17,7 +17,7 @@
|
||||
// }
|
||||
|
||||
@include placeholder {
|
||||
color: $text !important;
|
||||
color: $text_disabled !important;
|
||||
}
|
||||
|
||||
.excessItem {
|
||||
|
@ -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;
|
||||
|
@ -0,0 +1,3 @@
|
||||
html, body, input {
|
||||
color: $text !important;
|
||||
}
|
@ -5,3 +5,7 @@
|
||||
@import "core_bg";
|
||||
@import "core_border";
|
||||
@import "core_hider";
|
||||
|
||||
@include placeholder {
|
||||
color: $text_disabled !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user