Add files via upload

This commit is contained in:
loma-one 2024-05-09 17:50:33 +02:00 committed by GitHub
parent e48b1a0ddb
commit 953bc65702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,7 +320,7 @@ Element {
border-color: #ddd;
}
.panel {
margin-bottom: 2px;
margin-bottom: 8px;
background-color: #fff;
/*border: 1px solid transparent;*/
border-radius: 1px;
@ -369,3 +369,34 @@ Element {
border-radius: 4px;
cursor: pointer;
}
/* fügt eine farbige Linie für Kommentare ein*/
.thread_level_1 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #84b6c48a;
}
.thread_level_2 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #d2af7f6b;
}
.thread_level_3 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #ddd;
}
.thread_level_4 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #b8a17e;
}
.thread_level_5 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #8fafb8;
}