forked from 0x2620/oxjs
ListCalendar -> CalendarEditor; ListMap -> MapEditor
This commit is contained in:
parent
2fd3345328
commit
6c5b8ef0b6
4 changed files with 14 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue