Solved some missed dark mode color issues

This commit is contained in:
djmaze 2021-03-08 15:46:15 +01:00
parent e2d6528bf5
commit 4570b87232
4 changed files with 386 additions and 407 deletions

View file

@ -186,7 +186,7 @@ html.rl-no-preview-pane {
.listThreadUidDesc {
font-size: 16px;
padding: 7px 20px 6px 20px;
background-color: #aaa;
background-color: rgba(128,128,128,0.5);
border-bottom: 1px solid #888;
color: #fff;
cursor: pointer;
@ -335,18 +335,14 @@ html.rl-no-preview-pane {
.threads-len {
.threads-len-data {
background-color: #eee;
color: #666;
border-radius: 6px;
padding: 2px 0 1px 6px;
margin-right: 2px;
border: 1px solid #ccc;
&:hover {
background-color: #aaa;
background-color: rgba(127,127,127,0.3);
border-color: #666;
text-shadow: 0 1px 0 #999;
color: #fff;
}
}
}