add first implementation of app manager as part of sync with Firefox 26 theme changes
[themes.git] / LCARStrek / browser / devtools / markup-view.css
index d902c38d79e2c83a1b956e997b33c121dff86d71..c6b965f85febd8fe26eb50eb47b84b420601b971 100644 (file)
   color: #E7ADE7;
 }
 
-.newattr {
-  cursor: pointer;
-}
-
 .comment {
   color: #8050B0;
 }
   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;
 }