mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
26 lines
486 B
Text
26 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 {
|
||
|
|
||
|
}
|