X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Flayoutview.css;h=d1f33c07c6e1a66d585170119fa40806b253d3eb;hp=7d34c524c63f7d6ff34667292a20037c43ca8cbe;hb=6f5a7408a1bd6d680d581fdf88469481da91aa72;hpb=68989a961db87da15aa0eafdae8d815b4f98a95e diff --git a/LCARStrek/browser/devtools/layoutview.css b/LCARStrek/browser/devtools/layoutview.css index 7d34c524..d1f33c07 100644 --- a/LCARStrek/browser/devtools/layoutview.css +++ b/LCARStrek/browser/devtools/layoutview.css @@ -2,45 +2,49 @@ * 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-dark .theme-body { - background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%); +.theme-sidebar { + box-sizing: border-box; } -.theme-light .theme-body { - background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%); +#main { + background-color: #FF9F00; + border-color: #A09090; + border-style: dotted; + color: #000000; } -.theme-body { - color: #FF9F00; - -moz-box-sizing: border-box; +#content { + background-color: #008484; } -#main { - border-color: #FF9F00; - border-style: dotted; +#padding, +#margins { } -#main > .border { - color: #000000; +#padding { + background-color: #9C9CFF; + border-color: #9C9CFF; } -.border > span { - background-color: #9C9CFF; - border-radius: 2px; - padding: 0 4px; +#borders { + background-color: #FFCF00; + border-color: #FFCF00; } -#content { - border-color: #FF9F00; - border-style: dotted +#margins { + background-color: #A09090; + border-color: #A09090; } -#padding { - border-color: hsla(240,100%,85%,0.1); - border-style: solid; +.editable { + border-bottom: 1px dashed transparent; } -#borders { - border-style: solid; - border-color: #9C9CFF; +.editable:hover { + border-bottom-color: #E7ADE7; } + +.styleinspector-propertyeditor { + border: 1px solid #008484; + padding: 0; +} \ No newline at end of file