Mercurial Hosting > sceditor
view src/themes/office.css @ 23:c2a85b2ec677
remove more oo
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 09 Aug 2022 13:25:17 -0600 |
parents | 2606bfb75529 |
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 "office-toolbar.css"; .sceditor-container { background: #a3c2ea; background: linear-gradient(to bottom, #a3c2ea 0%, #6d92c1 39%, #577fb3 64%, #6591cc 100%); } .sceditor-container iframe, .sceditor-container textarea { border: 1px solid #646464; background: #fff; margin: 7px 40px; padding: 20px; width: calc(100% - 120px) !important; box-shadow: 1px 1px 5px #293a52; }