forked from 0x2620/oxjs
improving listmap
This commit is contained in:
parent
c86c7d598d
commit
5915acd72c
12 changed files with 152 additions and 39 deletions
|
|
@ -117,11 +117,11 @@ Forms
|
|||
.OxThemeModern .OxLabel,
|
||||
.OxThemeModern .OxTrack {
|
||||
//border: 1px solid rgb(80, 80, 80);
|
||||
border: 1px solid rgb(48, 48, 48);
|
||||
border-color: rgb(48, 48, 48);
|
||||
color: rgb(192, 192, 192);
|
||||
}
|
||||
.OxThemeModern .OxSelect {
|
||||
border: 1px solid rgb(48, 48, 48);
|
||||
border-color: rgb(48, 48, 48);
|
||||
}
|
||||
.OxThemeModern .OxSelect > .OxTitle {
|
||||
color: rgb(192, 192, 192);
|
||||
|
|
@ -192,7 +192,7 @@ Forms
|
|||
color: rgb(96, 96, 96)
|
||||
}
|
||||
.OxThemeModern .OxLabel {
|
||||
border: 1px solid rgb(48, 48, 48);
|
||||
border-color: rgb(48, 48, 48);
|
||||
background: rgb(80, 80, 80);
|
||||
color: rgb(192, 192, 192);
|
||||
}
|
||||
|
|
@ -297,6 +297,22 @@ Lists
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Maps
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxMapButton {
|
||||
border-color: rgb(255, 255, 255);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.OxThemeModern .OxMapLabel {
|
||||
border-color: rgb(255, 255, 255);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Menus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue