michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: .theme-sidebar { michael@0: box-sizing: border-box; michael@0: } michael@0: michael@0: #main { michael@0: background-color: white; michael@0: border-color: hsla(210,100%,85%,0.7); michael@0: border-style: dotted; michael@0: color: hsl(210,53%,45%); michael@0: } michael@0: michael@0: #content { michael@0: background-color: #80d4ff; michael@0: border-color: hsl(210,100%,85%); michael@0: border-style: dotted; michael@0: } michael@0: michael@0: #padding, michael@0: #margins { michael@0: border-color: hsla(210,100%,85%,0.2); michael@0: outline: dotted 1px hsl(210,100%,85%); michael@0: } michael@0: michael@0: #padding { michael@0: background-color: #66cc52; michael@0: } michael@0: michael@0: #borders { michael@0: background-color: #ffe431; michael@0: border-style: dotted; michael@0: border-color: hsl(210,100%,85%); michael@0: } michael@0: michael@0: #margins { michael@0: background-color: #d89b28; michael@0: opacity: 0.6; michael@0: } michael@0: michael@0: .editable { michael@0: border-bottom: 1px dashed transparent; michael@0: } michael@0: michael@0: .editable:hover { michael@0: border-bottom-color: hsl(0,0%,50%); michael@0: } michael@0: michael@0: .styleinspector-propertyeditor { michael@0: border: 1px solid #CCC; michael@0: padding: 0; michael@0: }