mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 14:03:27 +00:00
setting-page: design improvemnets.
This commit is contained in:
@@ -12,16 +12,19 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
padding: 0.3em 0.8em;
|
display: inline-block;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc ;
|
||||||
|
border-radius: 3px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: Courier New, Courier, monospace;
|
font-family: Courier New, Courier, monospace;
|
||||||
background-color: #383430;
|
|
||||||
color: #ededed;
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0 0.1em;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
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,
|
table,
|
||||||
@@ -38,11 +41,11 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table tr:nth-child(even) {
|
table tr:nth-child(even) {
|
||||||
background-color: #f7eee6;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr:nth-child(odd) {
|
table tr:nth-child(odd) {
|
||||||
background-color: #fff8ef;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ class ShortcutsSection extends BaseSection {
|
|||||||
<td>Enter Full Screen</td>
|
<td>Enter Full Screen</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><kbd>${userOSKey}</kbd><kbd>=</kbd></td>
|
<td><kbd>${userOSKey}</kbd><kbd>+</kbd></td>
|
||||||
<td>Zoom In</td>
|
<td>Zoom In</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user