mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
9378f4480c
Conflicts: internal_packages/inbox-activity-bar/lib/activity-bar-long-poll-item.cjsx
25 lines
486 B
Text
25 lines
486 B
Text
/*
|
|
* Your Stylesheet
|
|
*
|
|
* This stylesheet is loaded when Atom starts up and is reloaded automatically
|
|
* when it is changed.
|
|
*
|
|
* If you are unfamiliar with LESS, you can read more about it here:
|
|
* http://www.lesscss.org
|
|
*/
|
|
|
|
.tree-view {
|
|
|
|
}
|
|
|
|
// style the background and foreground colors on the atom-text-editor-element
|
|
// itself
|
|
atom-text-editor {
|
|
|
|
}
|
|
|
|
// To style other content in the text editor's shadow DOM, use the ::shadow
|
|
// expression
|
|
atom-text-editor::shadow .cursor {
|
|
|
|
}
|