1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/shared/devtools/layoutview.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,54 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +.theme-sidebar { 1.9 + box-sizing: border-box; 1.10 +} 1.11 + 1.12 +#main { 1.13 + background-color: white; 1.14 + border-color: hsla(210,100%,85%,0.7); 1.15 + border-style: dotted; 1.16 + color: hsl(210,53%,45%); 1.17 +} 1.18 + 1.19 +#content { 1.20 + background-color: #80d4ff; 1.21 + border-color: hsl(210,100%,85%); 1.22 + border-style: dotted; 1.23 +} 1.24 + 1.25 +#padding, 1.26 +#margins { 1.27 + border-color: hsla(210,100%,85%,0.2); 1.28 + outline: dotted 1px hsl(210,100%,85%); 1.29 +} 1.30 + 1.31 +#padding { 1.32 + background-color: #66cc52; 1.33 +} 1.34 + 1.35 +#borders { 1.36 + background-color: #ffe431; 1.37 + border-style: dotted; 1.38 + border-color: hsl(210,100%,85%); 1.39 +} 1.40 + 1.41 +#margins { 1.42 + background-color: #d89b28; 1.43 + opacity: 0.6; 1.44 +} 1.45 + 1.46 +.editable { 1.47 + border-bottom: 1px dashed transparent; 1.48 +} 1.49 + 1.50 +.editable:hover { 1.51 + border-bottom-color: hsl(0,0%,50%); 1.52 +} 1.53 + 1.54 +.styleinspector-propertyeditor { 1.55 + border: 1px solid #CCC; 1.56 + padding: 0; 1.57 +}