mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Add preliminary CSS styles for key equivalents
This commit is contained in:
@@ -8,3 +8,22 @@ pre {
|
||||
padding: 10px 20px 10px 20px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.keyEquivalent {
|
||||
background-color: #E2E2E2;
|
||||
border: 1px dotted #919699;
|
||||
}
|
||||
|
||||
.tabTrigger {
|
||||
background-color: #E2E2E2;
|
||||
border: 1px dotted #919699;
|
||||
}
|
||||
|
||||
.credit:before { content: "("; }
|
||||
.credit:after { content: ")"; }
|
||||
|
||||
.credit {
|
||||
font: "Trebuchet MS";
|
||||
font-style: italic;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user