mirror of https://github.com/zulip/zulip.git
Make the 'create stream' row more visually distinct
(imported from commit 6d0b6e26fa4bbd37e6f29795be4f61aa7c20ec0c)
This commit is contained in:
parent
842edf31e8
commit
a58fecfdeb
|
@ -699,6 +699,12 @@ table.floating_recipient {
|
|||
float: right;
|
||||
}
|
||||
|
||||
#create_stream_row td {
|
||||
background-color: #f3f3f3;
|
||||
border-color: #BBB;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
#create_stream_name {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue