maps
This commit is contained in:
parent
f7c45d8491
commit
d70e713c92
|
@ -136,10 +136,11 @@ Dialog
|
|||
|
||||
.OxDialog > .OxContent {
|
||||
top: 24px;
|
||||
bottom: 24px;
|
||||
height: 100%;
|
||||
padding: 16px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
//padding: 16px;
|
||||
//font-size: 12px;
|
||||
//line-height: 16px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxButtonsBar {
|
||||
|
@ -359,7 +360,7 @@ OxButtonGroup
|
|||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxFormItem
|
||||
OxForm
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxFormItem {
|
||||
|
@ -368,6 +369,13 @@ OxFormItem
|
|||
.OxFormItem:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.OxFormMessage {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
margin-top: 2px;
|
||||
text-align: right;
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxInput
|
||||
|
@ -960,4 +968,17 @@ Scrollbars
|
|||
-webkit-border-radius: 6px;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Miscellaneous
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxTooltip {
|
||||
position: absolute;
|
||||
padding: 2px;
|
||||
opacity: 0;
|
||||
z-index: 10;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
}
|
||||
|
|
|
@ -35,8 +35,8 @@ Dialog
|
|||
*/
|
||||
|
||||
.OxThemeModern .OxDialog {
|
||||
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
|
||||
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxDialog .OxBar {
|
||||
|
@ -90,6 +90,9 @@ Forms
|
|||
.OxThemeModern .OxButton.OxTab.OxSelected {
|
||||
border-bottom: 1px solid rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeModern .OxFormMessage {
|
||||
color: rgb(255, 64, 64);
|
||||
}
|
||||
.OxThemeModern .OxInput,
|
||||
.OxThemeModern .OxTrack {
|
||||
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
|
||||
|
@ -238,4 +241,17 @@ Scrollbars
|
|||
.OxThemeModern ::-webkit-scrollbar:active,
|
||||
.OxThemeModern ::-webkit-scrollbar-thumb:active {
|
||||
background: rgb(64, 64, 64);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Miscellaneous
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxTooltip {
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
|
||||
}
|
File diff suppressed because it is too large
Load Diff
BIN
build/png/ox.ui/markerBlue.png
Normal file
BIN
build/png/ox.ui/markerBlue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
build/png/ox.ui/markerGreen.png
Normal file
BIN
build/png/ox.ui/markerGreen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
build/png/ox.ui/markerRed.png
Normal file
BIN
build/png/ox.ui/markerRed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
build/png/ox.ui/markerYellow.png
Normal file
BIN
build/png/ox.ui/markerYellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
BIN
source/psd/loading.psd
Normal file
BIN
source/psd/loading.psd
Normal file
Binary file not shown.
BIN
source/psd/marker.psd
Normal file
BIN
source/psd/marker.psd
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user