1
2/*   ================= GENERAL =================   */
3
4/* Make the editor pane and preview pane stand out by making the overall background a little darker/lighter */
5#moaied__wrapper {
6    background: rgba(128,128,128,0.15);
7}
8/*   ================= TOOLBAR =================   */
9
10#moaied__editor .toolbutton {
11    display: inline-flex;
12    justify-content: center;
13    align-items: center;
14    height: 2.2em;
15    width: 2.2em;
16    padding: 0;
17    border: 1px solid #BBB;
18    margin: 0 1px;
19    background: rgba(255,255,255,0.7);
20}
21