diff --git a/loma_dunkel/loma_dark.css b/loma_dunkel/loma_dark.css index 741d374..dbeb632 100644 --- a/loma_dunkel/loma_dark.css +++ b/loma_dunkel/loma_dark.css @@ -412,7 +412,7 @@ figure.img-allocated-height { /* Mobile Button vergrößern & weißen Hintergrund /* Button groß mit runden Ecken */ .btn-sm { - padding: 5px 30px; + padding: 5px 23px; font-size: 12px; color: #969696; background-color: $background_color; @@ -944,11 +944,16 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp padding: 10px; } +/* Moderationsbereich Reports */ +.table .table { + background-color: #242728; +} + /* fügt eine farbige Linie für Kommentare ein*/ .thread_level_1 { position: relative !important; margin-top: 0; - border-left: 3px solid #51515138; + border-left: 3px solid #5151511a; } .thread_level_2 { @@ -974,3 +979,33 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp margin-top: 0; border-left: 3px solid #8fafb8; } + +.thread_level_6 { + position: relative !important; + margin-top: 0; + border-left: 3px solid #647C64; +} + +.thread_level_7 { + position: relative !important; + margin-top: 0; + border-left: 3px solid #7F8C8D; +} + +.thread_level_8 { + position: relative !important; + margin-top: 0; + border-left: 3px solid #95A5A6; +} + +.thread_level_9 { + position: relative !important; + margin-top: 0; + border-left: 3px solid #BDC3C7; +} + +.thread_level_10 { + position: relative !important; + margin-top: 0; + border-left: 3px solid #CFD8DC; +}