X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fmarkup-view.css;h=c6b965f85febd8fe26eb50eb47b84b420601b971;hp=d902c38d79e2c83a1b956e997b33c121dff86d71;hb=1b13529a8907a5520788e317aee6205bc32d1fbe;hpb=82b4252f7e41007fc93fa3b94fd7418a07c03fd1 diff --git a/LCARStrek/browser/devtools/markup-view.css b/LCARStrek/browser/devtools/markup-view.css index d902c38d..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,26 +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 { - position: relative; - padding: 2px 0 0 2px; -} - -.codebox { - padding-left: 14px; -} - -.expander { - position: absolute; -} - .more-nodes { padding-left: 16px; }