view src/themes/defaultdark.css @ 10:2606bfb75529

CSS cleanup
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Aug 2022 00:51:26 -0600
parents 9159df67520a
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;
}