Merge pull request #653 from MaxLeiter/MaxLeiter/crypto-unhandled
Fix unhandled message color in Crypto theme
This commit is contained in:
commit
94781c98d4
@ -1029,10 +1029,6 @@ button {
|
|||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .unhandled .from {
|
|
||||||
color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chat .msg.toggle .time {
|
#chat .msg.toggle .time {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
@ -85,6 +85,10 @@ a:hover,
|
|||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .unhandled .from {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar .active {
|
#sidebar .active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,10 @@ body {
|
|||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .unhandled .from {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
#windows .window:before {
|
#windows .window:before {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
background-image: linear-gradient(#f4f4f4, #ececec);
|
background-image: linear-gradient(#f4f4f4, #ececec);
|
||||||
|
Loading…
Reference in New Issue
Block a user