2 Commits

Author SHA1 Message Date
Swen Kooij
c95f2332cf Display pointer cursor when hovering tabs 2024-07-02 07:11:52 +03:00
seroy
7be370d1cf Fix tabs displaying in Django 5.x 2024-07-02 07:11:52 +03:00

View File

@@ -34,10 +34,11 @@
.localized-fields-widget.tabs .localized-fields-widget.tab label {
padding: 5px 10px;
display: inline-block;
display: inline;
text-decoration: none;
color: #fff;
width: initial;
cursor: pointer;
}
.localized-fields-widget.tabs .localized-fields-widget.tab.active,