initial commit
This commit is contained in:
commit
bc5498a755
|
@ -0,0 +1,9 @@
|
||||||
|
# Ignore everything in the repository
|
||||||
|
*
|
||||||
|
|
||||||
|
# Allow files in the 'chrome' directory
|
||||||
|
!/chrome/
|
||||||
|
!/chrome/*
|
||||||
|
|
||||||
|
# Allow .gitignore
|
||||||
|
!.gitignore
|
|
@ -0,0 +1,16 @@
|
||||||
|
* {
|
||||||
|
font-size: 10pt !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#threadTree tbody {
|
||||||
|
color: #373737;
|
||||||
|
}
|
||||||
|
|
||||||
|
#threadTree tbody tr {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#threadTree tbody tr[data-properties~="tagged"],
|
||||||
|
#threadTree tbody tr[data-properties~="unread"] {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
Loading…
Reference in New Issue