Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Template Crypsis Border nur Oben und Links schwarz?

More
7 years 7 months ago #1 by Dtrieb
Template Crypsis Border nur Oben und Links schwarz?
Also ich möchte die Umrandung der Kategorie und der Unterkategorie komplett schwarz haben.

Im Mozilla Fierfox ist das auch so, nur bei Opera , Chrome und Edge ist die rechte und die untere Linie hellgrau.

Webseite: altherrenpanzerclub.de/

Folgenden css Code, habe ich in der custom.css im Kunena Template schon eingegeben.

#kunena.layout .markItUpEditor {
min-height: 250px !important;
}
#kunena.layout .qreply {
min-height: 150px !important;
width: 98%;
}

#kunena.layout .table-bordered {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-collapse: separate;
border-color: #000 #000 #000 -moz-use-text-color;
border-image: none;
border-radius: 4px;
border-style: solid solid solid none;
border-width: 1px 1px 1px 0;
}

#kunena.layout .table-bordered td {
border-left: 1px solid #000;
}
#kunena.layout .table-bordered th {
border-left: 1px solid #000;
}

#kunena.layout .table th {
border-top: 1px solid #000;
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
}

#kunena.layout .table td {
border-top: 1px solid #000;
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
}

#kunena.layout [class*="badger"]::after {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
content: attr(data-badger);
font-weight: bold;
padding: 8px 12px;
position: absolute;
top: 0;
}
#kunena.layout [class*="badger-left"] {
border: 1px solid #000;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin: 15px 0;
min-height: 180px;
padding: 39px 19px 0 14px;
position: relative;
}

#kunena.layout .markItUpEditor {
border: 1px solid #000;
clear: both;
display: block;
line-height: 18px;
margin: 0;
overflow: auto;
padding: 5px;
}

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #2 by rich
Versuche es mit diesem Code:
Code:
#kunena.layout .kfrontend .table td { border: 1px solid #000; }
The following user(s) said Thank You: Dtrieb

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #3 by Dtrieb
Danke es funktioniert.
Alle Ränder sind jetzt schwarz.

Super!!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.349 seconds