more map
This commit is contained in:
parent
5d644badd4
commit
3605ae1afb
306 changed files with 114880 additions and 84 deletions
|
|
@ -122,6 +122,7 @@ Forms
|
|||
.OxThemeClassic .OxButton.OxTab.OxSelected {
|
||||
border-bottom: 1px solid rgb(192, 192, 192);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxFormMessage {
|
||||
color: rgb(192, 64, 64);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -957,6 +957,21 @@ Lists
|
|||
border-right-width: 0
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Maps
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxMapButton {
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: 2px solid rgb(255, 255, 255);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Menus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue