mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
setting-page: design improvemnets.
This commit is contained in:
@@ -12,16 +12,19 @@ body {
|
||||
}
|
||||
|
||||
kbd {
|
||||
padding: 0.3em 0.8em;
|
||||
border: 1px solid #ccc;
|
||||
display: inline-block;
|
||||
border: 1px solid #ccc ;
|
||||
border-radius: 3px;
|
||||
font-size: 15px;
|
||||
font-family: Courier New, Courier, monospace;
|
||||
background-color: #383430;
|
||||
color: #ededed;
|
||||
display: inline-block;
|
||||
margin: 0 0.1em;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
background-color: #f7f7f7;
|
||||
color: #333;
|
||||
margin: 0 0.1em;
|
||||
padding: 0.3em 0.8em;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
table,
|
||||
@@ -38,11 +41,11 @@ table {
|
||||
}
|
||||
|
||||
table tr:nth-child(even) {
|
||||
background-color: #f7eee6;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
table tr:nth-child(odd) {
|
||||
background-color: #fff8ef;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
td {
|
||||
|
||||
Reference in New Issue
Block a user