view src/themes/defaultdark.css @ 43:ab852c9f04c3

use buttons
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 29 Aug 2022 23:33:11 -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 "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;
}