FriendsOfREDAXO / FriendsOfREDAXO/yform_usability
Wunsch: CSS Anpassung um die Funktionalität von "yform_flexible_content" auch in den "lang_tabs" gewährleisten
- Dominant language
- PHP
- Stars
- 48
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Bitte prüfen, dann mache ich gerne einen PR
```
.yform-lang-tabs {
margin: 50px 0 20px 0;
padding: 0;
}
.yform-lang-tabs {
margin: 50px 16px 50px 16px;
width: calc(100% - 32px);
}
.lang-tab-content {
border-bottom: none !important;
display:inline-block;
width: 100%;
}
.lang-tab-content .yform-col {
padding: 16px;
float: left;
}
.tab-content .formfieldset {
margin-top: 30px;
}
body.rex-theme-dark .lang-tab-content {
border: none;
background: #303B49;
}
body.rex-theme-light .lang-tab-content {
border-left: 1px solid #D1D6DE;
border-right: 1px solid #D1D6DE;
background: #FFFFFF;
}
@media (prefers-color-scheme: dark) {
.lang-tab-content {
border: none;
background: #303B49;
}
}
```
siehe https://github.com/FriendsOfREDAXO/yform_flexible_content/issues/12
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.