Mercurial Hosting > sceditor
view src/themes/defaultdark.css @ 47:16b61f228546 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 31 Oct 2022 10:41:24 -0600 |
parents | ab852c9f04c3 |
children |
line wrap: on
line source
/** * SCEditor * http://www.sceditor.com/ * * Copyright (C) 2017, Sam Clarke (samclarke.com) * * SCEditor is licensed under the MIT license: * http://www.opensource.org/licenses/mit-license.php */ @import "default.css"; div.sceditor-toolbar { background: #5d5d5d; } div.sceditor-group { background: #303030; border-bottom: 1px solid #000; } .sceditor-toolbar button:hover, .sceditor-toolbar button:active, .sceditor-toolbar button.active { background: #6b6b6b; }