X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fmarkup-view.css;h=c6b965f85febd8fe26eb50eb47b84b420601b971;hp=0b3d937867298caac00c1672f0f29399e1dc74af;hb=1b13529a8907a5520788e317aee6205bc32d1fbe;hpb=8f5d5e2121c5fb6730b4e2d2359ba3eb1cc98ede diff --git a/LCARStrek/browser/devtools/markup-view.css b/LCARStrek/browser/devtools/markup-view.css index 0b3d9378..c6b965f8 100644 --- a/LCARStrek/browser/devtools/markup-view.css +++ b/LCARStrek/browser/devtools/markup-view.css @@ -19,10 +19,6 @@ color: #E7ADE7; } -.newattr { - cursor: pointer; -} - .comment { color: #8050B0; } @@ -31,30 +27,6 @@ background-color: #008484; } -/* Give some padding to focusable elements to match the editor input - * that will replace them. */ -span[tabindex] { - display: inline-block; - padding: 1px 0; -} - -li.container { - padding: 2px 0 0 2px; -} - -.codebox { - padding-left: 14px; -} - -.codebox > * { - vertical-align: middle; -} - -.expander { - display: inline-block; - margin-left: -14px; -} - .more-nodes { padding-left: 16px; }