/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .theme-sidebar { box-sizing: border-box; } #main { background-color: #FF9F00; border-color: #A09090; border-style: dotted; color: #000000; } #content { background-color: #008484; } #padding, #margins { } #padding { background-color: #9C9CFF; border-color: #9C9CFF; } #borders { background-color: #FFCF00; border-color: #FFCF00; } #margins { background-color: #A09090; border-color: #A09090; } .editable { border-bottom: 1px dashed transparent; } .editable:hover { border-bottom-color: #E7ADE7; } .styleinspector-propertyeditor { border: 1px solid #008484; padding: 0; }