forked from 0x2620/oxjs
init
This commit is contained in:
commit
5b8b31271c
87 changed files with 73788 additions and 0 deletions
37
build/css/ox.ui.future.css
Normal file
37
build/css/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