1. Martin Nothelfer
  2. General
  3. Wednesday, 13 September 2017
  4.  Subscribe via email
Hallo,

vor einiger Zeit hatte ich ein paar Overrides für Matukio in meiner Template-css-Datei eingegeben. Die Änderungen wurden auch wunschgemäß angezeigt.

Gestern ist mir nun aufgefallen, dass die Overrides nun nicht mehr greifen, obwohl sie noch unverändert in der Template-css-Datei stehen. Woran kann das liegen und wie kann ich erreichen, dass die Overrides wieder wirksam sind?

(Sowohl Browser-Cache als auch Joomla-Cache sind geleert.)

Viele Grüße,
Martin

PS: Hier sind meine Overrides im Detail:

/*Matukio: Bilder in Veranstaltungsdetails sollen nicht aus Beschreibungskasten raushängen */
.compojoom-bootstrap .list-group-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
}

/*Matukio: Zeilenhöhe bei Bildauswahl für Veranstaltungsdetails */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
box-sizing: border-box;
height: 42px;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
height: 42px;
}

/*Matukio Kalenderkategoriefarbwähler-Feldhöhe */
.compojoom-bootstrap .minicolors-theme-bootstrap .minicolors-input {
height: 28px;
}
/*Matukio-Datumswahl-Kalenderbox vollständig anzeigen */
.compojoom-bootstrap .js-calendar {
box-sizing: border-box;
overflow: auto;
}

/*Matukio Veranstaltungsdetails Infobox und Buchungsinformationen ausblenden */
#mat_event_informations, #mat_noticket {
display: none;
}
#mat_event_organizer, #mat_event_files, #mat_event_additional_dates {
margin-top: 0px;
}

/*Matukio Kalender Monatsansicht Balkenfarbe */
.fc-widget-header table thead {
background: #b45f41 none repeat scroll 0 0;
color: #fff;
}
You do not have permission to view the content of this accepted answer.
Responses (6)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

Question regarding custom fields
How do I access custom fields after I have created them?...
0 Replies
Posted on Wednesday, 24 April 2024
  • New
    • #custom fields
    Google no index für bestimmte Seiten/Details
    Hallo ich habe eine kleine Frage: wo kann ich einstellen, dass Google die Seite...
    0 Replies
    Posted on Wednesday, 24 April 2024
  • New
  • Language parameter in the link to the comment
    Hello. 1) I have a multilingual website (3 languages). If someone added a comme...
    1 Replies
    Posted on Saturday, 06 April 2024
    categories icon in header
    Hi! I saw this in the promo, but I can't find how to set it up. https://compo...
    0 Replies
    Posted on Monday, 22 April 2024
  • New
    • #style
    • #Categories
    Questions on new installation...
    Working on getting this set up... https://eastend2024.joepolecheck.com/rumma...
    3 Replies
    Posted on Wednesday, 17 April 2024
  • Resolved