1
0
Fork 0
forked from 0x2620/oxjs

ListCalendar -> CalendarEditor; ListMap -> MapEditor

This commit is contained in:
rolux 2012-06-05 10:25:27 +02:00
commit 6c5b8ef0b6
4 changed files with 14 additions and 18 deletions

View file

@ -193,7 +193,7 @@ Calendar
color: rgb(64, 64, 64);
}
.OxThemeClassic .OxListCalendar .OxWarning {
.OxThemeClassic .OxCalendarEditor .OxWarning {
border-bottom: 2px dotted rgb(255, 64, 64);
}
@ -559,7 +559,7 @@ Maps
.OxThemeClassic .OxTypeIcon {
border-color: rgb(0, 0, 0);
}
.OxThemeClassic .OxListMap .OxWarning {
.OxThemeClassic .OxMapEditor .OxWarning {
border-bottom: 2px dotted rgb(255, 64, 64);
}

View file

@ -193,7 +193,7 @@ Calendar
color: rgb(192, 192, 192);
}
.OxThemeModern .OxListCalendar .OxWarning {
.OxThemeModern .OxCalendarEditor .OxWarning {
border-bottom: 2px dotted rgb(192, 0, 0);
}
@ -549,7 +549,7 @@ Maps
.OxThemeModern .OxTypeIcon {
border-color: rgb(255, 255, 255);
}
.OxThemeModern .OxListMap .OxWarning {
.OxThemeModern .OxMapEditor .OxWarning {
border-bottom: 2px dotted rgb(192, 0, 0);
}