forked from 0x2620/oxjs
better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers
This commit is contained in:
parent
358ee1bc96
commit
4489e88f44
596 changed files with 115093 additions and 17682 deletions
37
source/Ox.UI/themes/_future/Ox.UI.future.css
Normal file
37
source/Ox.UI/themes/_future/Ox.UI.future.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
body.OxThemeFuture {
|
||||
background: rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
input
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.OxThemeFuture .OxButton,
|
||||
.OxThemeFuture .OxInput {
|
||||
border: 1px solid rgb(128, 128, 128);
|
||||
color: rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeFuture .OxButton {
|
||||
background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
|
||||
}
|
||||
.OxThemeFuture .OxButton:active {
|
||||
background: rgb(208, 208, 208);
|
||||
}
|
||||
.OxThemeFuture .OxInput {
|
||||
//border-top-color: rgb(96, 96, 96);
|
||||
//border-right-color: rgb(128, 128, 128);
|
||||
//border-bottom-color: rgb(160, 160, 160);
|
||||
//border-left-color: rgb(128, 128, 128);
|
||||
background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
|
||||
}
|
||||
.OxThemeFuture .OxInput:focus {
|
||||
-moz-box-shadow: 0 0 4px rgb(128, 128, 128);
|
||||
-webkit-box-shadow: 0 0 4px rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeFuture .OxInput.OxPlaceholder {
|
||||
color: rgb(160, 160, 160)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue