X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprojecteditor%2Fprojecteditor.css;h=8dd736a038fdf0ebfc7899ef710e15c44be56fbe;hp=467edd7db12770fda0e8007e01d77990b680a12b;hb=8922acc9f23be3328737c96320e3a52ffea789cb;hpb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb diff --git a/LCARStrek/browser/devtools/projecteditor/projecteditor.css b/LCARStrek/browser/devtools/projecteditor/projecteditor.css index 467edd7d..8dd736a0 100644 --- a/LCARStrek/browser/devtools/projecteditor/projecteditor.css +++ b/LCARStrek/browser/devtools/projecteditor/projecteditor.css @@ -7,6 +7,10 @@ color: #FF9F00; } +.view-project-detail { + overflow: auto; +} + .plugin-hidden { display: none; } @@ -74,49 +78,6 @@ align-items: center; } -.entry .file-icon { - display: inline-block; - background: url("file-icons-sheet@2x.png"); - background-size: 140px 15px; - background-repeat: no-repeat; - width: 20px; - height: 15px; - background-position: -40px 0; - flex-shrink: 0; -} - -.entry .file-icon.icon-none { - display: none; -} - -.entry .icon-css { - background-position: 0 0; -} - -.entry .icon-js { - background-position: -20px 0; -} - -.entry .icon-html { - background-position: -40px 0; -} - -.entry .icon-file { - background-position: -60px 0; -} - -.entry .icon-folder { - background-position: -80px 0; -} - -.entry .icon-img { - background-position: -100px 0; -} - -.entry .icon-manifest { - background-position: -120px 0; -} - .entry { border: none; box-shadow: none;