Gestern Standartstyle gewechselt wegen Bilderproblem
Dann Kalender bearbeitet - Schrift grösse geändert sowie Felder erneut versucht dem Style anzupassen sowie Höhe geändert.
Sah alle korrekt aus - calendar.css ausgetauscht auf dem Server.
Jetzt jedoch wird, wenn man das Datum oder Jahr wechseln möchte - der ausgeklappte Teil wieder mit weissem Hintergrund sowie Schwarzer Schrift angezeigt. Zuvor waren die Farben wie im sichtbaren Feld.
Versuche schon seit gestern das wieder anzupassen - ich kann machen was ich will - es ändert sich nichts.
Kalender habe ich deaktiviert - Cache geleert - wieder aktiviert - cache geleert - hat sich nichts geändert.
Bei Firefox Elementuntersuchung kommt immer, dass dies im Style departure color.css 943 gewechselt werden muss. Jedoch auch wenn ich dort die Farben anpasse, passiert nichts. Habe sie jetzt wieder zur ursprünglichen Einstellung gewechselt.
Code: Alles auswählen
/* General form styles
----------------------------------------*/
select {
border-color: #666666;
background-color: #F4F4F4;
color: #000;
Weiss zufällig jemand wo ich was ändern muss - was mache ich falsch? Bei der Kalenderinstallation stimmten die zuvor angepassten Farben.
calendar.css
Code: Alles auswählen
#header_bevor {
background-color: #3D3D3D;
border-bottom: 3px solid #e6e9ed;
border-radius: 8px;
clear: both;
margin-bottom: 14px;
max-width: 1152px;
padding: 0 15px;
}
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
#header_bevor{
margin: 0 12px;
}
}
#index_calendar .forumbg, #calendar .forumbg {
color: #3D3D3D;
overflow: hidden;
padding:3px;
}
.icon-cal {background-image: url("./images/icon_cal.gif");}
.cal_month_title {
font-size:12px;
font-weight:bold;
height:20px;
text-align:center;
margin:3px;
}
.cal_month_title a {
background-color: #3d3d3d;
color: #C4B794;
border: none;
font-weight: bold;
border: 2px solid #747474;
border-radius: 7px;
padding: 0 2px 4px;
}
#calendar select {
background-color: #3d3d3d;
color: #C4B794;
border: none;
font-weight: bold;
border: 2px solid #747474;
border-radius: 7px;
}
#index_calendar table, #calendar table {
table-layout: fixed;
width:100%;
}
#index_calendar th, #calendar th {
color:#EBEBEB;
width:14%;
padding:3px;
white-space: nowrap;
overflow:hidden;
}
#index_calendar td, #calendar td {
color: #105289;
border: 3px solid #3D3D3D;
padding:3px;
white-space: nowrap;
overflow:hidden;
height:60px;
vertical-align:top;
}
.cal_post {
font-size:1em;
padding-left:10px;
border-radius:7px;
}
.participants table.table1 thead th, .participants table.table1 tbody tr {
color: #105289;
border:none;
}
.participants table.table1 td {
padding: 0 5px;
}
.participants {
color: #105289;
border: 2px solid #FFFFFF;
margin-top:15px;
padding:5px;
border-radius:7px;
}
.participants p{
margin:2px 0 5px;
font-weight:bold;
}
.registration {
width:400px;
max-width:100%;
text-align:center;
font-size:1em;
margin-top:10px;
}
.participants select, .participants input, .participants textarea {
border:none;
margin:3px;
font-size:1.2em;
}
.participants fieldset, .participants dl{
margin:0px;
}
.participants textarea{
height:20px;
width:400px;
max-width:100%;
}
.week {
display:flex;
margin-bottom:3px;
}
.cal-day {
text-align:left;
padding:0 0 3px;
font-weight:bold;
font-size: 14px;
color: #3d3d3d;
background: transparent none repeat-x 0 0;
background-image: url("./images/bgblacklinesmall166x155_lightning.png");
line-height: 1;
overflow: hidden;
white-space:nowrap;
}
.day {
color:#105289;
background-color: #cadceb;
padding:0 0 3px;
font-weight:bold;
//text-align:center;
width:100%;
overflow: hidden;
white-space:nowrap;
}
.mon, .tue, .wed, .thu, .fri {
background-color:#D8D8D8;
font-size: 11px;
font-weight: bold;
}
.sat {
background-color:#CECECE;
font-size: 11px;
font-weight: bold;
}
.sun {
background-color:#ECDFC1;
font-size: 11px;
font-weight: bold;
}
.today {
border: 3px solid #006FA0 !important;
font-size: 11px
font-weight:bold;
}
.noday {
opacity:0.4;
}
.nday {
box-sizing: border-box;
color:#105289;
font-weight:bold;
font-size: 14px;
margin:0.2%;
width: 13.9%;
text-align:center;
}
.wday {
border-radius: 8px;
border: 2px solid #747474;
margin-bottom: 14px;
padding: 1px;
width: 13.9%;
min-height: 80px;
overflow:hidden;
white-space:nowrap;
}
.sday {
display:inline;
}
/*.date {
background-color:#CADCEB;
float:left;
width:20px;
}*/
.eventbg {
border-radius:13px;
padding:0 3px;
}
.event {
display:flex;
margin-bottom:3px;
}
.event-box {
border-radius: 8px;
border: 2px solid #cadceb;
box-sizing: border-box;
margin:0.2%;
width: 13.9%;
overflow:hidden;
white-space:nowrap;
text-align:center;
}
.event-box .cal-day {
text-align:center;
}
.hday {
margin-left:5px;
}
.event-box .hday, .event-box .eventbg{
margin-left:0px;
padding-left:0px;
}
.shday {
display:none;
}
.kday {
display:none;
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
#index-calendar {
margin-left: -5px;
margin-right: -5px;
}
.sday {
display:none;
}
.event, .week {
display:unset;
}
.event-box, .wday {
width:100%;
float:none;
text-align:left;
border-radius:0px;
margin:2px 0;
}
.noday {
display:none;
}
.nday {
display:none;
}
.cal-day {
display:none;
}
.kday {
display:inline;
line-height:2em;
}
.wday {
min-height:0;
}
}