Mercurial Hosting > sceditor
view src/themes/defaultdark.css @ 23:c2a85b2ec677
remove more oo
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 09 Aug 2022 13:25:17 -0600 |
parents | 2606bfb75529 |
children | ab852c9f04c3 |
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-button:hover, .sceditor-button:active, .sceditor-button.active { background: #6b6b6b; } .sceditor-button svg { fill: #fff; } .sceditor-button.disabled svg { fill: #777; }