mirror of https://github.com/zulip/zulip.git
Personal message styling, take three.
From the "Don't use black" school of design. (imported from commit 7362208f2cf7967fd1186ed29e86c5544da8b991)
This commit is contained in:
parent
8ffba78d89
commit
1616782f8a
|
@ -107,9 +107,8 @@ td.pointer {
|
|||
overflow-x: hidden;
|
||||
padding-left: 10px;
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
background-color: black;
|
||||
color: white;
|
||||
background-color: #444;
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue